flake: update flake

This commit is contained in:
2026-08-04 11:52:17 -04:00
parent f33a0fd761
commit db57c0ef7e
2 changed files with 36 additions and 27 deletions
+9
View File
@@ -26,6 +26,11 @@ in
extraPortals = with pkgs; [ kdePackages.xdg-desktop-portal-kde ];
};
programs.ssh = {
startAgent = true;
enableAskPassword = true;
};
environment = {
systemPackages = with pkgs.kdePackages; [
union
@@ -38,5 +43,9 @@ in
gwenview
okular
];
sessionVariables = {
SSH_ASKPASS_REQUIRE = "prefer";
};
};
}