diff --git a/scripts/Arch/OS/install.fish b/scripts/Arch/OS/install.fish index 53c896cf..69faf9ed 100755 --- a/scripts/Arch/OS/install.fish +++ b/scripts/Arch/OS/install.fish @@ -5,6 +5,7 @@ begin function installValhallaDeps -V dir source "$dir/../lib/software.fish" and pacinst fish git jq nix sudo tmux + sudo systemctl enable --now nix-daemon end function getDeploymentScript -V dir @@ -16,7 +17,6 @@ begin waitNetwork or exit - sudo systemctl enable --now nix-daemon and source "$dir/../lib/software.fish" and source "$dir/../Software/base-devel/main.fish" and source "$dir/../Software/pacman/main.fish"