Changes
1 changed files (+4/-4)
-
-
@@ -43,15 +43,14 @@# So I can use my computer like a normal person nix-ld.enable = true; ssh = { # Use KWallet to store SSH password enableAskPassword = true; # Reading the password from KWallet might be a bit slower than caching it in an SSH agent startAgent = true; }; thunderbird = { enable = true; preferences = { "widget.use-xdg-desktop-portal.file-picker" = 1; }; preferences."widget.use-xdg-desktop-portal.file-picker" = 1; }; };
-
@@ -84,7 +83,7 @@rnote signal-desktop # Utilities # Utilities and other random junk aspellDicts.en deploy-rs ffmpeg
-
@@ -215,6 +214,7 @@''; }; # Add SSH key to agent during desktop login systemd.user.services.ssh-add = { wantedBy = [ "graphical-session.target" ]; after = [ "plasma-kwallet-pam.service" ];
-