nixos: update host tmux colors
This commit is contained in:
@@ -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; [
|
||||||
|
|||||||
@@ -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";
|
||||||
|
|||||||
Reference in New Issue
Block a user