Compare commits

..

2 Commits

Author SHA1 Message Date
8217a70b34 config/security: add pam.sshAgentAuth
Signed-off-by: unexplrd <unexplrd@linerds.us>
2025-06-17 12:27:29 +03:00
34795ac894 desktop/niri: Mod+X to hide/show waybar
Signed-off-by: unexplrd <unexplrd@linerds.us>
2025-06-17 12:27:29 +03:00
3 changed files with 2 additions and 1 deletions

View File

@ -277,6 +277,7 @@ in {
Mod+Shift+T { set-column-width "67%"; }
Mod+V { toggle-column-tabbed-display; }
Mod+G { switch-focus-between-floating-and-tiling; }
Mod+X { spawn "pkill" "-SIGUSR1" "waybar"; } // hide/show waybar
Mod+Ctrl+Comma { consume-or-expel-window-left; }
Mod+Ctrl+Period { consume-or-expel-window-right; }

View File

@ -20,7 +20,6 @@ in {
write = true;
};
};
security.pam.sshAgentAuth.enable = true;
})
(lib.mkIf (!isBuildHost) {
nix = let

View File

@ -31,6 +31,7 @@ in {
});
'';
apparmor.enable = mkDefault true;
pam.sshAgentAuth.enable = true;
};
environment.systemPackages = with pkgs; [