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