woohoo
This commit is contained in:
parent
58800c1a05
commit
1d5712d898
24 changed files with 253 additions and 278 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue