diff options
Diffstat (limited to 'nvim/config/default.nix')
| -rw-r--r-- | nvim/config/default.nix | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/nvim/config/default.nix b/nvim/config/default.nix new file mode 100644 index 0000000..98f387f --- /dev/null +++ b/nvim/config/default.nix @@ -0,0 +1,6 @@ +{ + # Import all your configuration modules here + imports = [ + ./config.nix + ]; +} |
