From 2ffe652fe73c6cc44e4d843765e1af6c13f329bf Mon Sep 17 00:00:00 2001 From: Matthew Ess Date: Thu, 29 Feb 2024 11:26:12 -0500 Subject: [PATCH] Work stuff --- home/ghostty.nix | 2 +- users/config.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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";