Add Nvim and Kitty config

This commit is contained in:
zuma 2025-02-08 00:20:47 +01:00
parent 4642299aae
commit 62ff6069b9
8 changed files with 3152 additions and 86 deletions

View file

@ -0,0 +1,12 @@
{ ... }:
{
programs.kitty = {
enable = true;
themeFile = "Dracula";
settings = {
enable_audio_bell = false;
};
};
}