diff options
| -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 + ]; + }; }; }; } |
