1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 10:11:08 +01:00

fix(i3): configure i3status-rust by battery block device

This commit is contained in:
Kierán Meinhardt
2019-09-25 19:12:12 +02:00
parent 3134bbc747
commit d88763f18a
5 changed files with 7 additions and 1 deletions

View File

@@ -66,6 +66,8 @@ in {
networkInterfaces.wireless = mkOption { type = types.str; };
batteryBlocks.default = mkOption { type = types.str; };
promptColours =
let colours16 = types.enum [ "black" "red" "green" "yellow" "blue" "magenta" "cyan" "white" ];
in {