added i3status-rust.

This commit is contained in:
Gabe Venberg 2024-04-09 16:59:34 -05:00
parent 089f7833f8
commit 63e5afe8ec
5 changed files with 98 additions and 0 deletions

View file

@ -27,6 +27,7 @@ inputs.nixpkgs.lib.nixosSystem {
host = {
user = "gabe";
gui.enable = true;
isVm=true;
};
networking.hostName = "archlaptop-vm"; # Define your hostname.
# Set your time zone.

View file

@ -27,6 +27,7 @@ inputs.nixpkgs.lib.nixosSystem {
host = {
user = "gabe";
gui.enable = true;
isVm=true;
};
networking.hostName = "workstation-vm"; # Define your hostname.
# Set your time zone.