diff options
Diffstat (limited to 'nixos/parts')
-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 ]; } |