mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-08-07 22:20:33 +02:00
moved nixvim to a new repo
This commit is contained in:
parent
dc4c8a81e1
commit
227a6dfd1f
7 changed files with 159 additions and 193 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue