moved upower to dedicated module

This commit is contained in:
2026-08-07 19:04:33 +01:00
parent 749ee86763
commit bfeeacc434
3 changed files with 14 additions and 2 deletions

View File

@@ -3,8 +3,11 @@
inputs,
...
}: {
flake.nixosModules.quickshell = moduleWithSystem ({self', ...}: {
services.upower.enable = true;
flake.nixosModules.quickshell = moduleWithSystem ({
self',
pkgs,
...
}: {
environment.systemPackages = with self'.packages; [
quickshell
];