nixos: update host tmux colors

This commit is contained in:
2026-05-08 20:02:58 -07:00
parent 787f312cbe
commit b8e6abd628
2 changed files with 2 additions and 2 deletions

View File

@@ -49,7 +49,7 @@
networking.hostName = "ryzen-shine"; networking.hostName = "ryzen-shine";
myModules.hostIdentity = { myModules.hostIdentity = {
emoticon = ""; emoticon = "";
tmux.background = "#ea580c"; tmux.background = "#2563eb";
}; };
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [

View File

@@ -104,7 +104,7 @@
networking.hostName = "strixi-minaj"; networking.hostName = "strixi-minaj";
myModules.hostIdentity = { myModules.hostIdentity = {
emoticon = "👩🏿"; emoticon = "👩🏿";
tmux.background = "#4f46e5"; tmux.background = "#ea580c";
}; };
powerManagement.cpuFreqGovernor = lib.mkDefault "performance"; powerManagement.cpuFreqGovernor = lib.mkDefault "performance";