From 0a93fdaf3ffd55811e2cbc4329eab35e0962eb23 Mon Sep 17 00:00:00 2001 From: Lulusilly Date: Fri, 19 Sep 2025 21:46:49 -0400 Subject: [PATCH] Modified ghostty config & home.nix --- .config/ghostty/config | 1 + .config/nix/hosts/home.nix | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.config/ghostty/config b/.config/ghostty/config index 35b724d..c566eb1 100644 --- a/.config/ghostty/config +++ b/.config/ghostty/config @@ -1,3 +1,4 @@ +font-family = "Miracode" background-opacity = 0.8 theme = "IC_Orange_PPL" diff --git a/.config/nix/hosts/home.nix b/.config/nix/hosts/home.nix index 9ba54f4..3b03736 100644 --- a/.config/nix/hosts/home.nix +++ b/.config/nix/hosts/home.nix @@ -17,6 +17,7 @@ d = "cd ~/Documents"; D = "cd ~/Downloads"; dot = "cd ~/dotfiles"; + g = "git"; }; initContent = '' @@ -88,7 +89,7 @@ }; home.sessionVariables = { - EDITOR = "emacs"; + EDITOR = "nvim"; }; programs.home-manager.enable = true;