diff options
Diffstat (limited to 'hosts')
-rw-r--r-- | hosts/configuration.nix | 2 | ||||
-rw-r--r-- | hosts/default.nix | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/hosts/configuration.nix b/hosts/configuration.nix index 05525c2..8725176 100644 --- a/hosts/configuration.nix +++ b/hosts/configuration.nix @@ -112,7 +112,7 @@ gitFull git-crypt tmux - neovim + neovim-nightly htop pfetch unzip diff --git a/hosts/default.nix b/hosts/default.nix index 05a59d2..2990da3 100644 --- a/hosts/default.nix +++ b/hosts/default.nix @@ -11,6 +11,7 @@ let }; overlays = [ inputs.nur.overlay + inputs.neovim-nightly-overlay.overlay (import ../packages) (import ../overlays) ] ++ extraOverlays; |