diff options
| author | Baitinq <[email protected]> | 2025-06-22 11:21:08 +0200 |
|---|---|---|
| committer | Baitinq <[email protected]> | 2025-06-22 11:21:08 +0200 |
| commit | 3d071a83e52ae7ede48fd319a4cf3909dff4869a (patch) | |
| tree | ead08378246fbe83c6975b27f47fb1393efc208e /hosts | |
| parent | Update (diff) | |
| download | nixos-config-3d071a83e52ae7ede48fd319a4cf3909dff4869a.tar.gz nixos-config-3d071a83e52ae7ede48fd319a4cf3909dff4869a.tar.bz2 nixos-config-3d071a83e52ae7ede48fd319a4cf3909dff4869a.zip | |
Packages: Use neovim nightly
Diffstat (limited to 'hosts')
| -rw-r--r-- | hosts/configuration.nix | 1 | ||||
| -rw-r--r-- | hosts/default.nix | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/hosts/configuration.nix b/hosts/configuration.nix index 881e9f2..6cf35f2 100644 --- a/hosts/configuration.nix +++ b/hosts/configuration.nix @@ -124,7 +124,6 @@ gitFull git-crypt tmux - # neovim-nightly neovim htop pfetch diff --git a/hosts/default.nix b/hosts/default.nix index 10d9b50..6e0d85d 100644 --- a/hosts/default.nix +++ b/hosts/default.nix @@ -36,7 +36,7 @@ overlays = [ inputs.nur.overlays.default - # inputs.neovim-nightly-overlay.overlay + inputs.neovim-nightly-overlay.overlays.default (import ../packages) (import ../overlays) ] |