diff options
| author | Christian <[email protected]> | 2026-01-18 21:50:26 -0600 |
|---|---|---|
| committer | Christian <[email protected]> | 2026-01-18 21:50:26 -0600 |
| commit | 875c8e5d08e463322e44bf66e8a5d4caa562bd4f (patch) | |
| tree | cdd60bce20932ad93addb685b453f50a7e26d472 /modules/home.nix | |
| parent | 87be0d3dd54e71f33b9d8a757273ae4f2170e3f0 (diff) | |
Neovim config
Diffstat (limited to 'modules/home.nix')
| -rw-r--r-- | modules/home.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/home.nix b/modules/home.nix index 93cbeed..f844fee 100644 --- a/modules/home.nix +++ b/modules/home.nix @@ -1,5 +1,6 @@ { config, pkgs, inputs, ... }: { + imports = [ ./home/nvim.nix ]; home.stateVersion = "25.11"; |
