From 824f9e6f0919a46458a4806bdfb58e7075676314 Mon Sep 17 00:00:00 2001 From: Baitinq Date: Mon, 20 May 2024 17:39:09 +0200 Subject: Update --- hosts/configuration.nix | 3 ++- hosts/default.nix | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) (limited to 'hosts') diff --git a/hosts/configuration.nix b/hosts/configuration.nix index 1a7504f..fa2e9d4 100644 --- a/hosts/configuration.nix +++ b/hosts/configuration.nix @@ -113,7 +113,8 @@ gitFull git-crypt tmux - neovim-nightly + # neovim-nightly + neovim htop pfetch unzip diff --git a/hosts/default.nix b/hosts/default.nix index 2990da3..928abdf 100644 --- a/hosts/default.nix +++ b/hosts/default.nix @@ -11,7 +11,7 @@ let }; overlays = [ inputs.nur.overlay - inputs.neovim-nightly-overlay.overlay + # inputs.neovim-nightly-overlay.overlay (import ../packages) (import ../overlays) ] ++ extraOverlays; -- cgit 1.4.1