add hyprland config

This commit is contained in:
2025-08-16 20:28:47 +02:00
parent 19fd771e13
commit 2360d681f1
10 changed files with 850 additions and 16 deletions

View File

@@ -22,7 +22,7 @@
./users/master.nix
];
};
gnome = nixpkgs.lib.nixosSystem {
hyprland = nixpkgs.lib.nixosSystem {
system = "x86_64-linux";
modules = [
home-manager.nixosModules.home-manager
@@ -30,7 +30,7 @@
./hardware/lenovo-thinkpad-e14.nix
./system/base.nix
./system/packages.nix
./system/desktop/gnome.nix
./system/desktop/hyprland.nix
./users/demo.nix
./users/master.nix
];