quickshell.nix: override default package
This commit is contained in:
parent
6595e73580
commit
b66e585254
1 changed files with 8 additions and 1 deletions
|
@ -13,7 +13,14 @@ in {
|
|||
home.packages = with pkgs; [
|
||||
qt6.qtimageformats # amog
|
||||
qt6.qt5compat # shader fx
|
||||
quickshell.packages.default
|
||||
(quickshell.packages.default.override {
|
||||
withJemalloc = true;
|
||||
withQtSvg = true;
|
||||
withX11 = true;
|
||||
withPipewire = true;
|
||||
withPam = true;
|
||||
withHyprland = true;
|
||||
})
|
||||
pamtester # lockscreen
|
||||
grim
|
||||
imagemagick # screenshot
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue