Fix color

This commit is contained in:
clsty
2025-11-11 09:36:25 +08:00
parent dc958436d8
commit 462ddefb7f
+5 -2
View File
@@ -2,10 +2,13 @@
# It's not for directly running. # It's not for directly running.
function vianix-warning(){ function vianix-warning(){
printf "${STY_YELLOW}Currently \"--via-nix\" will run:\n" printf "${STY_YELLOW}"
printf "Currently \"--via-nix\" will run:\n"
printf " home-manager switch --flake .#illogical_impulse\n" printf " home-manager switch --flake .#illogical_impulse\n"
printf "If you are already using home-manager, it may override your current config,\n" printf "If you are already using home-manager,\n"
printf "it may override your current config,\n"
printf "despite that this should be reversible.\n" printf "despite that this should be reversible.\n"
printf "${STY_RST}"
pause pause
} }
function install_cmds(){ function install_cmds(){