Change color for server

This commit is contained in:
xenia 2023-10-19 00:24:03 +02:00
parent 5b05931782
commit 7620bed4d1

View File

@ -77,7 +77,7 @@
home = mkHome { home = mkHome {
username = "coral"; username = "coral";
home-dir = "/home/coral"; home-dir = "/home/coral";
prompt-color = 197; prompt-color = 243;
inherit system pkgs; inherit system pkgs;
}; };
in home-manager.lib.homeManagerConfiguration { in home-manager.lib.homeManagerConfiguration {