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; [
|
home.packages = with pkgs; [
|
||||||
qt6.qtimageformats # amog
|
qt6.qtimageformats # amog
|
||||||
qt6.qt5compat # shader fx
|
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
|
pamtester # lockscreen
|
||||||
grim
|
grim
|
||||||
imagemagick # screenshot
|
imagemagick # screenshot
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue