diff --git a/.config/bash/bashrc b/.config/bash/bashrc index fc6ed91..bbfd438 100644 --- a/.config/bash/bashrc +++ b/.config/bash/bashrc @@ -23,6 +23,9 @@ PS1="\h:\w\$ " # hostname shenanigans case "$HOSTNAME" in + "aristotle") + PS1="\[\033[36;1m\]$PS1\[\033[0;0m\]" + ;; "copernicus") PS1="\[\033[92;1m\]$PS1\[\033[0;0m\]" ;; diff --git a/boxes/aristotle/default.nix b/boxes/aristotle/default.nix index 82f31ad..57ad46c 100644 --- a/boxes/aristotle/default.nix +++ b/boxes/aristotle/default.nix @@ -35,7 +35,7 @@ services.printing.enable = true; services.avahi = { enable = true; - nssmdns = true; + nssmdns4 = true; openFirewall = true; }; @@ -52,5 +52,7 @@ networking.hostName = "aristotle"; + powerManagement.cpuFreqGovernor = "powersave"; + system.stateVersion = "24.05"; } diff --git a/builds/utils/disp b/builds/utils/disp index 10e6996..f89e066 100755 --- a/builds/utils/disp +++ b/builds/utils/disp @@ -55,6 +55,9 @@ case "$(hostname)" in bspc monitor VGA-1 -d 1 3 5 7 9 bspc monitor HDMI-1 -d 2 4 6 8 0 ;; + "aristotle") + bspc monitor eDP-1 -d 1 2 3 4 5 6 7 8 9 + ;; "mlg") case "$1" in "invert")