Compare commits
No commits in common. "d6d804239e9679666b66b9ad72afe5f90d0833a6" and "02a36af41b13f48bb76939915127afde90c9fa5b" have entirely different histories.
d6d804239e
...
02a36af41b
2 changed files with 4 additions and 3 deletions
|
@ -31,7 +31,7 @@
|
||||||
# You can update Home Manager without changing this value. See
|
# You can update Home Manager without changing this value. See
|
||||||
# the Home Manager release notes for a list of state version
|
# the Home Manager release notes for a list of state version
|
||||||
# changes in each release.
|
# changes in each release.
|
||||||
home.stateVersion = "22.11";
|
home.stateVersion = "21.11";
|
||||||
|
|
||||||
# Let Home Manager install and manage itself.
|
# Let Home Manager install and manage itself.
|
||||||
programs.home-manager.enable = true;
|
programs.home-manager.enable = true;
|
5
zshrc
5
zshrc
|
@ -103,8 +103,9 @@ if [ -f $HOME/.keysrc ]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Allow nix if possible
|
# Allow nix if possible
|
||||||
if [ -e '/nix/var/nix/profiles/default/etc/profile.d/nix-daemon.sh' ]; then
|
if [ -d /nix ]; then
|
||||||
. '/nix/var/nix/profiles/default/etc/profile.d/nix-daemon.sh'
|
# 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
|
fi
|
||||||
|
|
||||||
# Rust
|
# Rust
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue