cleaned up

This commit is contained in:
biscuit
2025-05-21 11:20:30 -05:00
parent fda9681b84
commit 477b592b06
7 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -33,7 +33,7 @@
specialArgs = args;
inherit system;
modules = [
./nixos/biscuit/configuration.nix
./nixos/desktop/configuration.nix
];
};
};
@@ -44,7 +44,7 @@
overlays = [];
};
extraSpecialArgs = args;
modules = [./dotfiles/biscuit/home.nix];
modules = [./dotfiles/desktop/home.nix];
};
};
};