From 70ff17a78749b87cc38ec9dced6eafbf876f2e00 Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Thu, 1 Aug 2024 16:30:43 +0400 Subject: [PATCH] enable switch-to-configuration-ng for sakotop --- hosts/sakotop/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/sakotop/configuration.nix b/hosts/sakotop/configuration.nix index ffacd4a3..a2930869 100644 --- a/hosts/sakotop/configuration.nix +++ b/hosts/sakotop/configuration.nix @@ -104,6 +104,7 @@ search.enable = true; # optimize store optimize.enable = true; + switch-to-configuration-ng.enable = true; }; zsh.enable = true; tmux.enable = true;