templates/quickshell: fix template (maybe?)
This commit is contained in:
parent
a80d021d34
commit
f4672e5699
1 changed files with 10 additions and 10 deletions
|
@ -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;
|
||||||
}
|
})
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue