diff options
author | David Morgan <djm_uk@protonmail.com> | 2022-11-09 21:08:57 +0000 |
---|---|---|
committer | David Morgan <djm_uk@protonmail.com> | 2022-11-09 21:08:57 +0000 |
commit | cc07af2059db065032b2e16946f66378c5b29456 (patch) | |
tree | d6ba1e761469b2ebc0be035fa6bf7ca33acbc78f /setup-home.sh | |
parent | a89767447d1cdc1c89424f106ae138849836647e (diff) | |
download | dotfiles-cc07af2059db065032b2e16946f66378c5b29456.tar.gz |
Improve setup-home.sh
Diffstat (limited to 'setup-home.sh')
-rw-r--r-- | setup-home.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/setup-home.sh b/setup-home.sh index c23c233..d98962c 100644 --- a/setup-home.sh +++ b/setup-home.sh @@ -12,6 +12,7 @@ nix-shell '<home-manager>' -A install ln -sf ~/dotfiles/.p10k.zsh ~/ ln -sf ~/dotfiles/.emacs.d ~/ +mkdir ~/.config/nix echo "extra-experimental-features = nix-command flakes" > ~/.config/nix/nix.conf home-manager switch |