diff --git a/profiles/workspace/hyprland/default.nix b/profiles/workspace/hyprland/default.nix index 9c1e3e7..67d61e6 100644 --- a/profiles/workspace/hyprland/default.nix +++ b/profiles/workspace/hyprland/default.nix @@ -43,16 +43,14 @@ in with config.deviceSpecific; with lib; { programs.zsh.loginExtra = lib.mkAfter '' [[ "$(tty)" == /dev/tty1 ]] && { pass unlock - exec Hyprland 2> /tmp/hyprland.debug.log + exec Hyprland 2> /home/${config.mainuser}/projects/hyprland.debug.log } ''; wayland.windowManager.hyprland = { enable = true; - disableAutoreload = false; enableNvidiaPatches = false; - recommendedEnvironment = true; - systemdIntegration = true; + systemd.enable = true; xwayland.enable = true; extraConfig = let modifier = "SUPER";