Update inputs

This commit is contained in:
Fabian Hauser 2025-01-06 14:27:13 +02:00
parent eb579e43b9
commit e9c53c3126
8 changed files with 246 additions and 47 deletions

View file

@ -6,7 +6,6 @@
viAlias = true;
vimAlias = true;
vimdiffAlias = true;
catppuccin.enable = true;
extraConfig = ''
" colorscheme elflord
set autoindent
@ -55,4 +54,5 @@
vim-airline
];
};
catppuccin.nvim.enable = true;
}