about summary refs log tree commit diff
path: root/home
diff options
context:
space:
mode:
Diffstat (limited to 'home')
-rw-r--r--home/default.nix4
-rw-r--r--home/profiles/base/default.nix2
2 files changed, 3 insertions, 3 deletions
diff --git a/home/default.nix b/home/default.nix
index 169b85b..0d414f3 100644
--- a/home/default.nix
+++ b/home/default.nix
@@ -8,7 +8,7 @@
       system = "x86_64-linux";
       overlays = with inputs; [
         rust.overlays.default
-        neovim-nightly.overlay
+        neovim-nightly.overlays.default
         nur.overlay
         nixpkgs-wayland.overlay
       ];
@@ -41,7 +41,7 @@
       system = "x86_64-linux";
       overlays = with inputs; [
         rust.overlays.default
-        neovim-nightly.overlay
+        neovim-nightly.overlays.default
         nur.overlay
         nixpkgs-wayland.overlay
         # TODO: fractional scaling is broken on 1.8+
diff --git a/home/profiles/base/default.nix b/home/profiles/base/default.nix
index 05eb960..5e01ca0 100644
--- a/home/profiles/base/default.nix
+++ b/home/profiles/base/default.nix
@@ -48,7 +48,7 @@ in
       pkgs.procs
       pkgs.sops
       pkgs.tree
-      pkgs.neovim-nightly
+      pkgs.neovim
 
       # Common build tools
       (pkgs.rust-bin.selectLatestNightlyWith (toolchain: toolchain.default.override { extensions = [ "rust-src" ]; }))