First working zsh config for nix on ubuntu
This commit is contained in:
parent
b8390387a9
commit
2838b9f26a
3 changed files with 4 additions and 3 deletions
2
.zprezto
2
.zprezto
|
@ -1 +1 @@
|
|||
Subproject commit 1d58546406bc8f13b910141265f67dbe2f08bd5f
|
||||
Subproject commit 1f4601e44c989b90dc7314b151891fa60a101251
|
|
@ -23,7 +23,6 @@ in
|
|||
imports = [
|
||||
./programs/tmux.nix
|
||||
./programs/zsh.nix
|
||||
./programs/vim.nix
|
||||
./programs/alacritty.nix
|
||||
./programs/git.nix
|
||||
];
|
||||
|
|
|
@ -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 '<home-manager>' -A install
|
||||
|
@ -22,4 +22,6 @@ nix-shell '<home-manager>' -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
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue