diff options
author | sefidel <contact@sefidel.net> | 2024-06-05 19:53:14 +0900 |
---|---|---|
committer | sefidel <contact@sefidel.net> | 2024-06-24 23:43:10 +0900 |
commit | 9aefff07e91a70515b37b5cfed8c6ea96f045860 (patch) | |
tree | 760417c8776d1d00befff4cac326931a1cb08dab /home | |
parent | 7a650e5c0e8340c13edb5d925d0c8f8814062d97 (diff) | |
download | nixrc-9aefff07e91a70515b37b5cfed8c6ea96f045860.tar.gz nixrc-9aefff07e91a70515b37b5cfed8c6ea96f045860.zip |
chore(flake): bump
Diffstat (limited to 'home')
-rw-r--r-- | home/default.nix | 4 | ||||
-rw-r--r-- | home/profiles/base/default.nix | 2 |
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" ]; })) |