Added hyprland

This commit is contained in:
2025-08-28 12:36:48 +03:00
parent 3f1c2e38cb
commit e5e63809b8
2 changed files with 8 additions and 0 deletions

View File

@@ -5,6 +5,7 @@
../modules/apps.nix
../modules/overrides.nix
../modules/kde.nix
../modules/hyprland.nix
../modules/networking.nix
../modules/development.nix
../modules/gaming.nix

7
modules/hyprland.nix Normal file
View File

@@ -0,0 +1,7 @@
{ ... }: {
programs.hyprland.enable = true;
# Optional, hint electron apps to use wayland:
# environment.sessionVariables.NIXOS_OZONE_WL = "1";
}