fix hyprland

This commit is contained in:
Dmitriy Kholkin 2023-12-23 01:27:56 +03:00
parent a8d59b8e45
commit 8c88097db9

View File

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