enabled upower for quickshell

This commit is contained in:
2026-08-05 17:07:01 +01:00
parent 9b931a6284
commit c0da93fe55
2 changed files with 4 additions and 3 deletions

View File

@@ -4,6 +4,7 @@
...
}: {
flake.nixosModules.quickshell = moduleWithSystem ({self', ...}: {
services.upower.enable = true;
environment.systemPackages = with self'.packages; [
quickshell
];