create desktop gameing config

This commit is contained in:
k
2025-01-14 19:03:47 -05:00
parent d016b8fdde
commit f32badf55d
4 changed files with 133 additions and 0 deletions

View File

@@ -30,6 +30,15 @@
];
};
desktop = nixpkgs.lib.nixosSystem {
specialArgs = {inherit inputs;};
modules = [
./hosts/desktop/configuration.nix
inputs.home-manager.nixosModules.default
inputs.stylix.nixosModules.stylix
];
};
server = nixpkgs.lib.nixosSystem {
specialArgs = {inherit inputs;};
modules = [