Compare commits
2 Commits
1c721affa5
...
4f65912b4b
| Author | SHA1 | Date | |
|---|---|---|---|
| 4f65912b4b | |||
| 9b931a6284 |
8
flake.lock
generated
8
flake.lock
generated
@@ -940,11 +940,11 @@
|
|||||||
"wrappers": "wrappers_2"
|
"wrappers": "wrappers_2"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1785945399,
|
"lastModified": 1785945948,
|
||||||
"narHash": "sha256-6A4lWHHAflCCkSm7jTpATbpwU34YEicwvpe3qjCzUcs=",
|
"narHash": "sha256-5TSpZBfUe1H8N0s49Uj/sVsiHV+3QNXw0zc19jDaFAw=",
|
||||||
"ref": "refs/heads/main",
|
"ref": "refs/heads/main",
|
||||||
"rev": "26d0d3fcf4f306cd1bb141805ca6c54b7907388e",
|
"rev": "899f7f07795ae02ccfbe5682738666d08d70e022",
|
||||||
"revCount": 96,
|
"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