Skip to content

Commit

Permalink
prevent vm from disabling status bar
Browse files Browse the repository at this point in the history
  • Loading branch information
heywoodlh committed Oct 16, 2024
1 parent 7861a1b commit 044ddb7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions nixos/vm.nix
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@
};
};

# Ensure Tmux status bar isn't turned off
programs.bash.interactiveShellInit = lib.mkForce "";

# Set your time zone.
time.timeZone = "America/Denver";

Expand Down

0 comments on commit 044ddb7

Please sign in to comment.