Compare commits
2 Commits
a876874791
...
8217a70b34
Author | SHA1 | Date | |
---|---|---|---|
8217a70b34
|
|||
34795ac894
|
@ -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; }
|
||||
|
@ -20,7 +20,6 @@ in {
|
||||
write = true;
|
||||
};
|
||||
};
|
||||
security.pam.sshAgentAuth.enable = true;
|
||||
})
|
||||
(lib.mkIf (!isBuildHost) {
|
||||
nix = let
|
||||
|
@ -31,6 +31,7 @@ in {
|
||||
});
|
||||
'';
|
||||
apparmor.enable = mkDefault true;
|
||||
pam.sshAgentAuth.enable = true;
|
||||
};
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
|
Reference in New Issue
Block a user