started work on integrating new module patterns into server config

This commit is contained in:
pagedMov
2024-11-02 11:42:31 -04:00
parent 64af69bcc5
commit 2bb66a88bb
5 changed files with 97 additions and 55 deletions

View File

@@ -102,11 +102,11 @@
xenon = nixpkgs.lib.nixosSystem {
specialArgs = {
host = "xenon";
inherit self inputs scheme wallpaper username;
inherit self inputs username;
};
modules = [
./hosts/server
./modules
./hosts/server/config.nix
./modules/sys
stylix.nixosModules.stylix
nixvim.nixosModules.nixvim
nur.nixosModules.nur