Former-commit-id: 2656132158
This commit is contained in:
Hadi
2024-06-08 02:17:04 +02:00
parent 60d880aac2
commit 379cd9e98d
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;