about summary refs log tree commit diff
path: root/home/profiles
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2024-06-05 19:53:14 +0900
committersefidel <contact@sefidel.net>2024-06-24 23:43:10 +0900
commit9aefff07e91a70515b37b5cfed8c6ea96f045860 (patch)
tree760417c8776d1d00befff4cac326931a1cb08dab /home/profiles
parent7a650e5c0e8340c13edb5d925d0c8f8814062d97 (diff)
downloadnixrc-9aefff07e91a70515b37b5cfed8c6ea96f045860.tar.gz
nixrc-9aefff07e91a70515b37b5cfed8c6ea96f045860.zip
chore(flake): bump
Diffstat (limited to 'home/profiles')
-rw-r--r--home/profiles/base/default.nix2
1 files changed, 1 insertions, 1 deletions
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" ]; }))