diff options
author | Martin Fischer <martin@push-f.com> | 2024-12-01 12:49:37 +0100 |
---|---|---|
committer | Martin Fischer <martin@push-f.com> | 2024-12-11 08:37:52 +0100 |
commit | a21e3e713211088874f5bf87762f8dc018eaec67 (patch) | |
tree | 81c2b8e5df683143243b643f76683e6a6dc4b28f /nixos/parts/graphical.nix | |
parent | cff4690fef724fc85d8f45b830079f4eafa38fe6 (diff) |
display battery in swaybar
Diffstat (limited to 'nixos/parts/graphical.nix')
-rw-r--r-- | nixos/parts/graphical.nix | 1 |
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 ]; } |