dev theme
This commit is contained in:
parent
0fa772f8b7
commit
b4c3669967
@ -24,14 +24,16 @@
|
||||
# Activer nvim
|
||||
programs.neovim = {
|
||||
enable = true;
|
||||
extraConfig = ''
|
||||
-- Add Dracula from Nix flake input
|
||||
};
|
||||
|
||||
# Set up Neovim configuration manually
|
||||
xdg.configFile."nvim/init.lua".text = ''
|
||||
-- Add Dracula to runtimepath
|
||||
vim.opt.rtp:prepend("${inputs.plugin-dracula}");
|
||||
|
||||
-- Enable Dracula colorscheme
|
||||
vim.cmd.colorscheme "dracula"
|
||||
'';
|
||||
};
|
||||
|
||||
};
|
||||
};
|
||||
|
||||
Loading…
Reference in New Issue
Block a user