diff --git a/home/ghostty.nix b/home/ghostty.nix index 76afa93..6113601 100644 --- a/home/ghostty.nix +++ b/home/ghostty.nix @@ -8,7 +8,7 @@ settings = let font = "RecMonoDuotone Nerd Font"; in { # TODO: auto-theme - config-file = [ "${pkgs.terminal-themes}/ghostty/rose-pine" ]; + config-file = [ "${pkgs.terminal-themes}/ghostty/rose-pine-dawn" ]; font-family = font; # font-family-bold = "${font} Bold"; # font-family-italic = "${font} Italic"; diff --git a/users/config.nix b/users/config.nix index 1461e90..22e2af3 100644 --- a/users/config.nix +++ b/users/config.nix @@ -1,5 +1,5 @@ { - me = "mat"; + me = "mess"; users = { mat = { name = "mat ess";