diff --git a/home-manager/hyprland-settings.nix b/home-manager/hyprland-settings.nix index 0a06db8..9eae14d 100644 --- a/home-manager/hyprland-settings.nix +++ b/home-manager/hyprland-settings.nix @@ -234,6 +234,7 @@ "${pkgs.networkmanagerapplet}/bin/nm-applet --indicator &" "${pkgs.waybar}/bin/waybar &" "${pkgs.libsForQt5.polkit-kde-agent}/libexec/polkit-kde-authentication-agent-1 &" + "${pkgs.libsForQt5.kwallet}/bin/kwalletd6" #"${pkgs.dunst}/bin/dunst &" ]; }; diff --git a/modules/graphical/hyprland.nix b/modules/graphical/hyprland.nix index 08a7904..4fed988 100644 --- a/modules/graphical/hyprland.nix +++ b/modules/graphical/hyprland.nix @@ -70,6 +70,10 @@ in networkmanagerapplet wayland wl-clipboard + libsForQt5.kwallet + libsForQt5.kwallet-pam + libsForQt5.kwalletmanager + #qt5.qtwayland #qt6.qmake #qt6.qtwayland diff --git a/modules/graphical/shared.nix b/modules/graphical/shared.nix index 8c1c9de..4286d57 100644 --- a/modules/graphical/shared.nix +++ b/modules/graphical/shared.nix @@ -48,7 +48,7 @@ in element-desktop tetrio krita - unstable.libreoffice-fresh + libreoffice-fresh mangohud screenshot anki @@ -58,7 +58,7 @@ in brightnessctl wacomtablet wl-clipboard - unstable.kdePackages.kolourpaint - unstable.kdePackages.kcalc + libsForQt5.kolourpaint + libsForQt5.kcalc ]; }