modify fish, kitty and neovim

This commit is contained in:
Sean Kovacs 2025-12-04 12:40:08 -05:00
commit 3ab9500787
Signed by: sckova
GPG key ID: 00F325187C68651A
8 changed files with 63 additions and 45 deletions

View file

@ -11,9 +11,9 @@ let
(lib.toUpper (builtins.substring 0 1 str)) + (builtins.substring 1 (builtins.stringLength str) str);
in
{
home.sessionVariables = {
EDITOR = "code";
};
# home.sessionVariables = {
# EDITOR = "code";
# };
catppuccin.vscode.profiles.default = {
enable = true;