From cf5d8d92f1904511006a89970349dbf723ae1732 Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Fri, 21 Jun 2024 22:52:21 -0400 Subject: update things --- guix-strap/guix-setup-user | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100755 guix-strap/guix-setup-user (limited to 'guix-strap/guix-setup-user') diff --git a/guix-strap/guix-setup-user b/guix-strap/guix-setup-user deleted file mode 100755 index 5933116..0000000 --- a/guix-strap/guix-setup-user +++ /dev/null @@ -1,21 +0,0 @@ -#!/run/current-system/profile/bin/bash - -# This should run on user first logon, so let's a go! -# First, we should run a guix pull - -guix pull - -hash guix - -guix home -L ~/.config/guix/modules reconfigure ~/.config/guix/home-config/home-configuration.scm - -sudo -E herd restart nix-daemon - -nix-channel --update - -nix-shell '' -A install - -rm ~/.zprofile -source ~/.config/zsh/.zprofile - -home-manager switch -- cgit v1.2.3-freya