Compare commits
2 Commits
a876874791
...
8217a70b34
Author | SHA1 | Date | |
---|---|---|---|
8217a70b34
|
|||
34795ac894
|
@ -277,6 +277,7 @@ in {
|
|||||||
Mod+Shift+T { set-column-width "67%"; }
|
Mod+Shift+T { set-column-width "67%"; }
|
||||||
Mod+V { toggle-column-tabbed-display; }
|
Mod+V { toggle-column-tabbed-display; }
|
||||||
Mod+G { switch-focus-between-floating-and-tiling; }
|
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+Comma { consume-or-expel-window-left; }
|
||||||
Mod+Ctrl+Period { consume-or-expel-window-right; }
|
Mod+Ctrl+Period { consume-or-expel-window-right; }
|
||||||
|
@ -20,7 +20,6 @@ in {
|
|||||||
write = true;
|
write = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
security.pam.sshAgentAuth.enable = true;
|
|
||||||
})
|
})
|
||||||
(lib.mkIf (!isBuildHost) {
|
(lib.mkIf (!isBuildHost) {
|
||||||
nix = let
|
nix = let
|
||||||
|
@ -31,6 +31,7 @@ in {
|
|||||||
});
|
});
|
||||||
'';
|
'';
|
||||||
apparmor.enable = mkDefault true;
|
apparmor.enable = mkDefault true;
|
||||||
|
pam.sshAgentAuth.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
|
Reference in New Issue
Block a user