diff options
author | Linnnus <[email protected]> | 2024-02-20 09:08:54 +0100 |
---|---|---|
committer | Linnnus <[email protected]> | 2024-02-20 09:09:08 +0100 |
commit | e275224ea8f3182916e715861a09d8a5a13147ca (patch) | |
tree | b82ddf94e21d34ceee2d25e5cecec3cc686d24ba /hosts/muhammed/home/neovim/default.nix | |
parent | 476150fa1384b2c77e527f3f138d458cdc05bd29 (diff) |
reorg: Move muhammed-specific configuration into hosts/muhammed/home
Diffstat (limited to 'hosts/muhammed/home/neovim/default.nix')
-rw-r--r-- | hosts/muhammed/home/neovim/default.nix | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/hosts/muhammed/home/neovim/default.nix b/hosts/muhammed/home/neovim/default.nix new file mode 100644 index 0000000..905896c --- /dev/null +++ b/hosts/muhammed/home/neovim/default.nix @@ -0,0 +1,8 @@ +# Once again we extend the global configuration defined in `home/neovim/` with +# some stuff specific to this host (mainly development stuff). +{...}: { + imports = [ + ./lsp.nix + ./conjure.nix + ]; +} |