diff options
Diffstat (limited to 'modules/plasma.nix')
| -rw-r--r-- | modules/plasma.nix | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/modules/plasma.nix b/modules/plasma.nix index d71b475..f75afaf 100644 --- a/modules/plasma.nix +++ b/modules/plasma.nix @@ -36,6 +36,14 @@ }; services.desktopManager.plasma6.enable = true; + + programs.ssh = { + startAgent = true; + enableAskPassword = false; + extraConfig = '' + AddKeysToAgent yes + ''; + }; programs.firefox.nativeMessagingHosts.packages = with pkgs.kdePackages; [ plasma-browser-integration ]; |
