mirror of
https://git.in.rschanz.org/ryan77627/guix-config.git
synced 2024-11-07 13:36:09 -05:00
20 lines
380 B
Bash
20 lines
380 B
Bash
#!/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 herd restart nix-daemon
|
|
|
|
nix-channel --update
|
|
|
|
nix-shell '<home-manager>' -A install
|
|
|
|
source ~/.bashrc
|
|
|
|
home-manager switch
|