aboutsummaryrefslogtreecommitdiff
path: root/modules/neovim/default.nix
diff options
context:
space:
mode:
authorStefan Weigl-Bosker <stefan@s00.xyz>2025-04-11 18:33:36 -0400
committerStefan Weigl-Bosker <stefan@s00.xyz>2025-04-11 18:33:36 -0400
commitbc803e124973793607fc51919d186f333e0457d5 (patch)
tree3f7ddc35b5346e9993d4548a9d34b852729325b5 /modules/neovim/default.nix
parentddf526713d0f82f001d8d59c5af8876d0c1753fe (diff)
downloadhome-bc803e124973793607fc51919d186f333e0457d5.tar.gz
update
Diffstat (limited to 'modules/neovim/default.nix')
-rw-r--r--modules/neovim/default.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/modules/neovim/default.nix b/modules/neovim/default.nix
index 14665dd..da4fda1 100644
--- a/modules/neovim/default.nix
+++ b/modules/neovim/default.nix
@@ -19,6 +19,11 @@ in
recursive = true;
};
+ xdg.configFile."nvim/colors" = {
+ source = ./nvim/colors;
+ recursive = true;
+ };
+
programs.neovim = {
enable = true;
defaultEditor = true;