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

@@ -10,6 +10,7 @@
environment.systemPackages = [ pkgs.unstable.zeroad pkgs.minecraft ];
niveum = {
batteryBlocks.default = "BAT1";
networkInterfaces.wireless = "wlp3s0";
promptColours.success = "green";
};

View File

@@ -8,6 +8,7 @@
];
niveum = {
batteryBlocks.default = "BAT0";
networkInterfaces.wireless = "wlp3s0";
promptColours.success = "cyan";
};