I have a hunch that this module needs to be imported before the NixOS config
This commit is contained in:
parent
762e95d309
commit
2e6cd9785a
1 changed files with 1 additions and 1 deletions
|
@ -84,8 +84,8 @@
|
||||||
mizuki = nixpkgs.lib.nixosSystem {
|
mizuki = nixpkgs.lib.nixosSystem {
|
||||||
system = "x86_64-linux";
|
system = "x86_64-linux";
|
||||||
modules = [
|
modules = [
|
||||||
./hosts/mizuki/nixos.nix
|
|
||||||
inputs.nixos-wsl.nixosModules.default
|
inputs.nixos-wsl.nixosModules.default
|
||||||
|
./hosts/mizuki/nixos.nix
|
||||||
inputs.home-manager.nixosModules.home-manager
|
inputs.home-manager.nixosModules.home-manager
|
||||||
{
|
{
|
||||||
home-manager = {
|
home-manager = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue