This commit is contained in:
Hadi
2024-06-08 02:17:04 +02:00
parent 430d30e4ee
commit 2656132158
4 changed files with 52 additions and 16 deletions

View File

@@ -61,8 +61,6 @@ in {
enable = true;
loginShellInit = ''
dbus-update-activation-environment --systemd DISPLAY
eval $(gnome-keyring-daemon --start --components=ssh,secrets)
eval $(ssh-agent)
'';
};
users.defaultUserShell = pkgs.zsh;