diff options
| author | Freya Murphy <freya@freyacat.org> | 2024-12-10 21:15:14 -0500 |
|---|---|---|
| committer | Freya Murphy <freya@freyacat.org> | 2024-12-10 21:15:14 -0500 |
| commit | 48edfadc673cf44e29a8d8d9d52d9338898102df (patch) | |
| tree | 685bb2887fb0f10a845c3b1f2d0e7e937bfd22b8 /installer/guix-setup-user | |
| parent | add certbot to cuirass (diff) | |
| download | dotfiles-guix-48edfadc673cf44e29a8d8d9d52d9338898102df.tar.gz dotfiles-guix-48edfadc673cf44e29a8d8d9d52d9338898102df.tar.bz2 dotfiles-guix-48edfadc673cf44e29a8d8d9d52d9338898102df.zip | |
rewrite guix installer
Diffstat (limited to 'installer/guix-setup-user')
| -rwxr-xr-x | installer/guix-setup-user | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/installer/guix-setup-user b/installer/guix-setup-user deleted file mode 100755 index 5933116..0000000 --- a/installer/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 '<home-manager>' -A install - -rm ~/.zprofile -source ~/.config/zsh/.zprofile - -home-manager switch |