diff options
| author | Devin Finlinson <devin.finlinson@pm.me> | 2023-09-04 20:27:22 -0600 |
|---|---|---|
| committer | Devin Finlinson <devin.finlinson@pm.me> | 2023-09-04 20:27:22 -0600 |
| commit | 2d7d419cdd019d52ed8950d60ab728e5eb0fb6bd (patch) | |
| tree | 6958acb5991d5674e7e92cb3ca48f45af4f8bb3c | |
| parent | 3bb247555ffedc36ade8e97a668cd504e2eeb570 (diff) | |
added desktop config to flake.nix
| -rw-r--r-- | flake.nix | 26 |
1 files changed, 26 insertions, 0 deletions
@@ -57,6 +57,32 @@ # nix.registry.nixpkgs.flake = nixpkgs; ]; }; + + khad = nixpkgs.lib.nixosSystem { + modules [ + ./machines/khad/configuration.nix + + ./machines/zenbook/hardware-configuration.nix + + ./modules/user-profiles/defin.nix + + home-manager.nixosModules.home-manager { + home-manager.useGlobalpkgs = true; + home-manager.useUserPackages = true; + home-manager.users.defin = import ./home-manager/home.nix; + } + .modules/hyprland.nix + + .modules/bluetooth.nix + .modules/environment.nix + .modules/kde-connect.nix + .modules/nix-common.nix + .modules/services.nix + .modules/steam.nix + .modules/sway.nix + .modules/system-packages.nix + ]; + }; }; }; } |
