dev theme

This commit is contained in:
Arthur Wambst 2025-02-20 12:02:14 +01:00
parent 6063490107
commit 0fa772f8b7

View File

@ -22,8 +22,9 @@
# Activer nvim
programs.neovim.enable = true;
extraConfigLua = ''
programs.neovim = {
enable = true;
extraConfig = ''
-- Add Dracula from Nix flake input
vim.opt.rtp:prepend("${inputs.plugin-dracula}");
@ -33,4 +34,5 @@
};
};
};
}