feat(hyprland): add hyprland and wayland config

This commit is contained in:
2025-05-04 14:27:15 +02:00
parent 92c59eb915
commit 39d57a4313
21 changed files with 768 additions and 345 deletions

View File

@@ -7,11 +7,12 @@
imports = [
inputs.sops-nix.nixosModules.sops
./system/hardware-configuration.nix
./services.nix
./services
../../modules/system.nix
../../modules/sops.nix
../../modules/opentablet.nix
../../programs/flatpak.nix
../../programs/hyprland.nix
../../programs/steam.nix
];
@@ -54,6 +55,8 @@
};
};
modules.hyprland.enable = true;
security.rtkit.enable = true;
nix.settings.trusted-users = ["root" "phundrak"];