diff --git a/.zprezto b/.zprezto index 1d585464..1f4601e4 160000 --- a/.zprezto +++ b/.zprezto @@ -1 +1 @@ -Subproject commit 1d58546406bc8f13b910141265f67dbe2f08bd5f +Subproject commit 1f4601e44c989b90dc7314b151891fa60a101251 diff --git a/nixos/home-other-os.nix b/nixos/home-other-os.nix index f258c987..c979786d 100644 --- a/nixos/home-other-os.nix +++ b/nixos/home-other-os.nix @@ -23,7 +23,6 @@ in imports = [ ./programs/tmux.nix ./programs/zsh.nix - ./programs/vim.nix ./programs/alacritty.nix ./programs/git.nix ]; diff --git a/ubuntu/up.sh b/ubuntu/up.sh index 45fc657c..646b7db3 100755 --- a/ubuntu/up.sh +++ b/ubuntu/up.sh @@ -14,7 +14,7 @@ curl https://nixos.org/nix/install | sh source /home/cyryl/.nix-profile/etc/profile.d/nix.sh export NIX_PATH=$HOME/.nix-defexpr/channels${NIX_PATH:+:}$NIX_PATH -nix-channel --add https://github.com/rycee/home-manager/archive/release-19.03.tar.gz home-manager +nix-channel --add https://github.com/rycee/home-manager/archive/release-19.09.tar.gz home-manager nix-channel --update nix-shell '' -A install @@ -22,4 +22,6 @@ nix-shell '' -A install ln -vfs $HOME/dev/dotfiles/nixos/home-other-os.nix $HOME/.config/nixpkgs/home.nix home-manager switch +sudo chsh -s /home/cyryl/.nix-profile/bin/zsh cyryl +