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

6
flake.lock generated
View File

@@ -940,10 +940,10 @@
"wrappers": "wrappers_2" "wrappers": "wrappers_2"
}, },
"locked": { "locked": {
"lastModified": 1785945948, "lastModified": 1785946357,
"narHash": "sha256-5TSpZBfUe1H8N0s49Uj/sVsiHV+3QNXw0zc19jDaFAw=", "narHash": "sha256-4Udqvvce9aDq7qrgVMRnGfN068s5vK6jUprDPxiQ0QQ=",
"ref": "refs/heads/main", "ref": "refs/heads/main",
"rev": "899f7f07795ae02ccfbe5682738666d08d70e022", "rev": "cfc31cb69dcaaa0e220c795a81008715e55c5988",
"revCount": 97, "revCount": 97,
"type": "git", "type": "git",
"url": "https://git.voidarc.co.uk/voidarc/nvim" "url": "https://git.voidarc.co.uk/voidarc/nvim"

View File

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