quickshell overrides
This commit is contained in:
parent
df6bfe7758
commit
e354599d64
|
@ -104,7 +104,15 @@ in {
|
||||||
inputs.ags.packages.${pkgs.system}.tray
|
inputs.ags.packages.${pkgs.system}.tray
|
||||||
];
|
];
|
||||||
})
|
})
|
||||||
inputs.quickshell.packages.${pkgs.system}.default
|
(inputs.quickshell.packages.${pkgs.system}.default.override {
|
||||||
|
withQtSvg = true;
|
||||||
|
withWayland = true;
|
||||||
|
withHyprland = true;
|
||||||
|
withX11 = false;
|
||||||
|
withPipewire = true;
|
||||||
|
withPam = true;
|
||||||
|
withI3 = false;
|
||||||
|
})
|
||||||
brightnessctl
|
brightnessctl
|
||||||
inotify-tools
|
inotify-tools
|
||||||
greetd.tuigreet
|
greetd.tuigreet
|
||||||
|
|
Loading…
Reference in a new issue