This commit is contained in:
SebastianStork 2024-06-14 17:22:38 +02:00
parent 2f4d4d1866
commit 6c63fb8d6d
3 changed files with 22 additions and 26 deletions

View file

@ -10,10 +10,7 @@
config = lib.mkIf config.myConfig.de.hyprland.enable {
programs.hyprland.enable = true;
environment.sessionVariables = {
WLR_NO_HARDWARE_CURSORS = "1";
NIXOS_OZONE_WL = "1";
};
environment.sessionVariables.NIXOS_OZONE_WL = "1";
xdg.portal = {
enable = true;