Change color for server

This commit is contained in:
xenia 2023-10-19 00:24:29 +02:00
parent 369911420a
commit 04b689c1f2

View File

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