Added hyprland
This commit is contained in:
@@ -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
7
modules/hyprland.nix
Normal file
@@ -0,0 +1,7 @@
|
||||
{ ... }: {
|
||||
|
||||
programs.hyprland.enable = true;
|
||||
# Optional, hint electron apps to use wayland:
|
||||
# environment.sessionVariables.NIXOS_OZONE_WL = "1";
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user