Compare commits

..

No commits in common. "d6d804239e9679666b66b9ad72afe5f90d0833a6" and "02a36af41b13f48bb76939915127afde90c9fa5b" have entirely different histories.

2 changed files with 4 additions and 3 deletions

View file

@ -31,7 +31,7 @@
# You can update Home Manager without changing this value. See
# the Home Manager release notes for a list of state version
# changes in each release.
home.stateVersion = "22.11";
home.stateVersion = "21.11";
# Let Home Manager install and manage itself.
programs.home-manager.enable = true;

5
zshrc
View file

@ -103,8 +103,9 @@ if [ -f $HOME/.keysrc ]; then
fi
# Allow nix if possible
if [ -e '/nix/var/nix/profiles/default/etc/profile.d/nix-daemon.sh' ]; then
. '/nix/var/nix/profiles/default/etc/profile.d/nix-daemon.sh'
if [ -d /nix ]; then
# https://github.com/NixOS/nix/issues/2033
export NIX_PATH=$HOME/.nix-defexpr/channels:/nix/var/nix/profiles/per-user/root/channels${NIX_PATH:+:$NIX_PATH}
fi
# Rust