templates/quickshell: fix template (maybe?)

This commit is contained in:
Charlie Root 2024-08-30 22:32:25 +02:00
commit f4672e5699

View file

@ -21,7 +21,7 @@
devShells = forEachSystem (system: { devShells = forEachSystem (system: {
default = pkgsForEach.${system}.mkShellNoCC { default = pkgsForEach.${system}.mkShellNoCC {
packages = [ packages = [
quickshell.packages.${system}.default.override (quickshell.packages.${system}.default.override
{ {
withJemalloc = true; withJemalloc = true;
withQtSvg = true; withQtSvg = true;
@ -30,7 +30,7 @@
withPipewire = true; withPipewire = true;
withPam = true; withPam = true;
withHyprland = true; withHyprland = true;
} })
]; ];
}; };
}); });