enabled upower for quickshell
This commit is contained in:
6
flake.lock
generated
6
flake.lock
generated
@@ -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"
|
||||||
|
|||||||
@@ -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
|
||||||
];
|
];
|
||||||
|
|||||||
Reference in New Issue
Block a user