Modified ghostty config & home.nix

This commit is contained in:
lulusilly 2025-09-19 21:46:49 -04:00
parent 335058a777
commit 0a93fdaf3f
2 changed files with 3 additions and 1 deletions

View file

@ -1,3 +1,4 @@
font-family = "Miracode"
background-opacity = 0.8
theme = "IC_Orange_PPL"

View file

@ -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;