From 4b63af36ca397b82b52dd233a6151c7f4b4106c8 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 23a14b8b..8aeed8c1 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