Update
This commit is contained in:
@@ -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 = {
|
||||||
|
|||||||
Reference in New Issue
Block a user