From 997fe89cab732a247e39dd83b1d11453c21550e8 Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Thu, 8 Aug 2024 21:03:35 +0400 Subject: [PATCH] hosts/sakotop: enable nh --- hosts/sakotop/configuration.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/sakotop/configuration.nix b/hosts/sakotop/configuration.nix index 8af41fd9..e05d67d4 100644 --- a/hosts/sakotop/configuration.nix +++ b/hosts/sakotop/configuration.nix @@ -109,6 +109,8 @@ # optimize store optimize.enable = true; switch-to-configuration-ng.enable = true; + # better cli + nh.enable = true; }; zsh.enable = true; tmux.enable = true;