update lock, related fixes
This commit is contained in:
parent
ac00b175c9
commit
dd6fc8eaca
9 changed files with 142 additions and 161 deletions
|
@ -49,7 +49,7 @@
|
|||
|
||||
serviceConfig = {
|
||||
Type = "simple";
|
||||
ExecStart = "${pkgs.polkit-kde-agent}/libexec/polkit-kde-authentication-agent-1";
|
||||
ExecStart = "${pkgs.kdePackages.polkit-kde-agent-1}/libexec/polkit-kde-authentication-agent-1";
|
||||
Restart = "on-failure";
|
||||
RestartSec = 1;
|
||||
TimeoutStopSec = 10;
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
kdePackages.kde-cli-tools
|
||||
|
||||
# thumbnails
|
||||
ffmpegthumbs
|
||||
kdePackages.ffmpegthumbs
|
||||
kdePackages.kio
|
||||
kdePackages.kio-extras
|
||||
kdePackages.kio-fuse
|
||||
|
|
|
@ -6,6 +6,8 @@ in {
|
|||
home.packages = with pkgs; [
|
||||
qt6.qtimageformats # amog
|
||||
qt6.qt5compat # shader fx
|
||||
qt6.qtmultimedia # flicko shell
|
||||
qt6.qtdeclarative # qtdecl types in path
|
||||
(quickshell.packages.${system}.default.override (prevqs: {
|
||||
debug = true;
|
||||
qt6 = prevqs.qt6.overrideScope (_: prevqt: {
|
||||
|
@ -14,10 +16,6 @@ in {
|
|||
dontStrip = true;
|
||||
});
|
||||
});
|
||||
|
||||
breakpad = prevqs.breakpad.override rec {
|
||||
stdenv = pkgs.gcc13Stdenv;
|
||||
};
|
||||
}))
|
||||
grim imagemagick # screenshot
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue