This commit is contained in:
cswimr 2025-03-06 18:42:06 -06:00
parent 58800c1a05
commit 1d5712d898
Signed by: cswimr
GPG key ID: 0EC431A8DA8F8087
24 changed files with 253 additions and 278 deletions

View file

@ -11,6 +11,7 @@ let
catppuccin-konsole
plasma-browser-integration
plasma-sdk
kdenlive
];
packages = with pkgs; [
neovim-qt
@ -22,10 +23,13 @@ let
ytmdesktop
ktailctl
wl-clipboard
blockbench
jetbrains.idea-community-bin
# we install xdg-desktop-portal-gtk so GTK theming works in KDE Plasma
xdg-desktop-portal-gtk
libnotify
hoppscotch
vlc
];
in
{
@ -56,7 +60,7 @@ in
programs.ssh = {
enableAskPassword = true;
askPassword = pkgs.lib.mkForce "${pkgs.ksshaskpass.out}/bin/ksshaskpass";
askPassword = pkgs.lib.mkForce "${pkgs.kdePackages.ksshaskpass.out}/bin/ksshaskpass";
};
environment.variables = {
SSH_ASKPASS_REQUIRE = "prefer";