templates/quickshell: fix template (maybe?)
This commit is contained in:
parent
a80d021d34
commit
f4672e5699
1 changed files with 10 additions and 10 deletions
|
@ -21,16 +21,16 @@
|
|||
devShells = forEachSystem (system: {
|
||||
default = pkgsForEach.${system}.mkShellNoCC {
|
||||
packages = [
|
||||
quickshell.packages.${system}.default.override
|
||||
{
|
||||
withJemalloc = true;
|
||||
withQtSvg = true;
|
||||
withWayland = true;
|
||||
withX11 = false;
|
||||
withPipewire = true;
|
||||
withPam = true;
|
||||
withHyprland = true;
|
||||
}
|
||||
(quickshell.packages.${system}.default.override
|
||||
{
|
||||
withJemalloc = true;
|
||||
withQtSvg = true;
|
||||
withWayland = true;
|
||||
withX11 = false;
|
||||
withPipewire = true;
|
||||
withPam = true;
|
||||
withHyprland = true;
|
||||
})
|
||||
];
|
||||
};
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue