about summary refs log tree commit diff
path: root/hosts
diff options
context:
space:
mode:
Diffstat (limited to 'hosts')
-rw-r--r--hosts/configuration.nix3
-rw-r--r--hosts/default.nix2
2 files changed, 3 insertions, 2 deletions
diff --git a/hosts/configuration.nix b/hosts/configuration.nix
index 1a7504f..fa2e9d4 100644
--- a/hosts/configuration.nix
+++ b/hosts/configuration.nix
@@ -113,7 +113,8 @@
     gitFull
     git-crypt
     tmux
-    neovim-nightly
+    # neovim-nightly
+    neovim
     htop
     pfetch
     unzip
diff --git a/hosts/default.nix b/hosts/default.nix
index 2990da3..928abdf 100644
--- a/hosts/default.nix
+++ b/hosts/default.nix
@@ -11,7 +11,7 @@ let
         };
         overlays = [
           inputs.nur.overlay
-          inputs.neovim-nightly-overlay.overlay
+          # inputs.neovim-nightly-overlay.overlay
           (import ../packages)
           (import ../overlays)
         ] ++ extraOverlays;