Switch back to swaylock
This commit is contained in:
parent
081a94cb34
commit
25486dd6cb
2 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
];
|
||||
};
|
||||
|
||||
|
|
|
@ -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";
|
||||
|
||||
|
|
Loading…
Reference in a new issue