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 {
|
||||
system = "x86_64-linux";
|
||||
modules = [
|
||||
./hosts/mizuki/nixos.nix
|
||||
inputs.nixos-wsl.nixosModules.default
|
||||
./hosts/mizuki/nixos.nix
|
||||
inputs.home-manager.nixosModules.home-manager
|
||||
{
|
||||
home-manager = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue