From 280b30a0b2e315de7227f8fce62bc7b93200f5ff Mon Sep 17 00:00:00 2001 From: Manuel Thalmann Date: Mon, 15 Jul 2024 13:13:15 +0200 Subject: [PATCH] Ensure `nix` works during setup --- scripts/Common/OS/install.fish | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/Common/OS/install.fish b/scripts/Common/OS/install.fish index 2b516e8b..2231e83f 100644 --- a/scripts/Common/OS/install.fish +++ b/scripts/Common/OS/install.fish @@ -34,6 +34,7 @@ if [ (id -u) -eq 0 ] rm "$sudoConfig" userdel -r "$name" else + copyNixConfig; runHook initialize || true runHook installDrivers || true runHook installOS || true