This commit is contained in:
Arthur Wambst 2025-02-25 14:52:39 +01:00
parent 71bbfcfbee
commit 46418935d9

View File

@ -38,6 +38,10 @@
]; ];
programs.neovim = { programs.neovim = {
enable = true; enable = true;
configure.customRC = ''
set runtimepath+=${themePackage}
colorscheme ${theme}
'';
}; };
}; };
}; };