structural-rework #1

Merged
ghoscht merged 44 commits from structural-rework into main 2023-12-29 10:35:45 +01:00
Showing only changes of commit a9f33961aa - Show all commits

View file

@ -6,6 +6,10 @@
... ...
}: let }: let
in { in {
programs.neovim = {
enable = true;
};
home = { home = {
file.".config/nvim/lua/custom/" = { file.".config/nvim/lua/custom/" = {
source = ../../../rsc/config/nvim; source = ../../../rsc/config/nvim;