diff --git a/shared/core/gui.nix b/shared/core/gui.nix index 2ba90e5..92ef09d 100644 --- a/shared/core/gui.nix +++ b/shared/core/gui.nix @@ -16,7 +16,7 @@ in { security.rtkit.enable = true; - security.pam.services.waylock = {}; + security.pam.services.swaylock = {}; services.xserver = { enable = true; @@ -36,6 +36,7 @@ in { enable = true; extraPackages = [ pkgs.vulkan-validation-layers + pkgs.swaylock-effects ]; }; diff --git a/shared/home/gui/sway.nix b/shared/home/gui/sway.nix index de437dc..53178db 100644 --- a/shared/home/gui/sway.nix +++ b/shared/home/gui/sway.nix @@ -37,7 +37,6 @@ in with lib; { home.packages = with pkgs; [ kitty - waylock wl-clipboard sc (writeScriptBin "c" '' @@ -98,7 +97,7 @@ in with lib; { "${mod}+q" = "exec ${pkgs.foot}/bin/foot"; "${mod}+Return" = "exec ${terminal}"; - "${mod}+Escape" = "exec waylock"; + "${mod}+Escape" = "exec swaylock"; "${mod}+Tab" = "exec ${pkgs.firefox-wayland}/bin/firefox"; "${mod}+Alt+Tab" = "exec ${pkgs.google-chrome}/bin/google-chrome-stable --ozone-platform-hint=auto --enable-features=VaapiVideoDecoder,VaapiVideoEncoder";