summaryrefslogtreecommitdiff
path: root/nixos
diff options
context:
space:
mode:
authorMartin Fischer <martin@push-f.com>2024-12-01 12:49:37 +0100
committerMartin Fischer <martin@push-f.com>2024-12-11 08:37:52 +0100
commita21e3e713211088874f5bf87762f8dc018eaec67 (patch)
tree81c2b8e5df683143243b643f76683e6a6dc4b28f /nixos
parentcff4690fef724fc85d8f45b830079f4eafa38fe6 (diff)
display battery in swaybar
Diffstat (limited to 'nixos')
-rw-r--r--nixos/parts/graphical.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/parts/graphical.nix b/nixos/parts/graphical.nix
index 93082a9..7941db6 100644
--- a/nixos/parts/graphical.nix
+++ b/nixos/parts/graphical.nix
@@ -8,5 +8,6 @@
};
environment.systemPackages = with pkgs; [
+ i3status-rust
];
}