From 72d7df78bb01a597e249e06623323f8f0e775432 Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Fri, 23 Aug 2024 14:07:31 +0400 Subject: [PATCH] enable some things --- hosts/sakopc/configuration.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/sakopc/configuration.nix b/hosts/sakopc/configuration.nix index b42c6459..3797909c 100644 --- a/hosts/sakopc/configuration.nix +++ b/hosts/sakopc/configuration.nix @@ -88,6 +88,8 @@ nix = { optimize.enable = true; search.enable = true; + switch-to-configuration-ng.enable = true; + nh.enable = true; }; zsh.enable = true; tmux.enable = true;