Skip to content

Commit

Permalink
neovim nightly take 2
Browse files Browse the repository at this point in the history
  • Loading branch information
number5 committed Nov 20, 2024
1 parent 56e5a0e commit 2566e7e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
4 changes: 0 additions & 4 deletions home/configurations/bruce_at_chestnut.nix
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,6 @@

home.enableNixpkgsReleaseCheck = false;

home.packages = builtins.attrValues {
inherit (pkgs) neovim;
};

mutable = {
enable = true;

Expand Down
3 changes: 2 additions & 1 deletion home/modules/programs/neovim/default.nix
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
{
neovim-nightly-overlay,
pkgs,
...
}: {
programs.neovim = {
package = pkgs.neovim-nightly;
package = neovim-nightly-overlay.packages.${pkgs.system}.default;
enable = true;
vimAlias = true;
};
Expand Down

0 comments on commit 2566e7e

Please sign in to comment.