Update
This commit is contained in:
parent
88fb9d078b
commit
3a1896894f
@ -57,14 +57,15 @@ in {
|
|||||||
};
|
};
|
||||||
console.keyMap = variable.keyboardLayout;
|
console.keyMap = variable.keyboardLayout;
|
||||||
|
|
||||||
programs.zsh.enable = true;
|
programs.zsh = {
|
||||||
users.defaultUserShell = pkgs.zsh;
|
enable = true;
|
||||||
|
|
||||||
loginShellInit = ''
|
loginShellInit = ''
|
||||||
dbus-update-activation-environment --systemd DISPLAY
|
dbus-update-activation-environment --systemd DISPLAY
|
||||||
eval $(gnome-keyring-daemon --start --components=ssh,secrets)
|
eval $(gnome-keyring-daemon --start --components=ssh,secrets)
|
||||||
eval $(ssh-agent)
|
eval $(ssh-agent)
|
||||||
'';
|
'';
|
||||||
|
};
|
||||||
|
users.defaultUserShell = pkgs.zsh;
|
||||||
|
|
||||||
# faster rebuilding
|
# faster rebuilding
|
||||||
documentation = {
|
documentation = {
|
||||||
|
Loading…
Reference in New Issue
Block a user