moved nixvim to a new repo

This commit is contained in:
chloe 2025-03-09 10:29:45 +01:00
parent dc4c8a81e1
commit 227a6dfd1f
7 changed files with 159 additions and 193 deletions

View file

@ -4,6 +4,7 @@
lib,
osConfig,
inputs,
nixvim,
...
}:
@ -124,10 +125,6 @@
# '';
};
imports = [
inputs.anyrun.homeManagerModules.default
];
programs.direnv = {
enable = true;
enableBashIntegration = true; # see note on other shells below