nixos: update host tmux colors
This commit is contained in:
@@ -49,7 +49,7 @@
|
||||
networking.hostName = "ryzen-shine";
|
||||
myModules.hostIdentity = {
|
||||
emoticon = "☀️";
|
||||
tmux.background = "#ea580c";
|
||||
tmux.background = "#2563eb";
|
||||
};
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
|
||||
@@ -104,7 +104,7 @@
|
||||
networking.hostName = "strixi-minaj";
|
||||
myModules.hostIdentity = {
|
||||
emoticon = "👩🏿";
|
||||
tmux.background = "#4f46e5";
|
||||
tmux.background = "#ea580c";
|
||||
};
|
||||
|
||||
powerManagement.cpuFreqGovernor = lib.mkDefault "performance";
|
||||
|
||||
Reference in New Issue
Block a user