nix

configuration files that power my machines
Log | Files | Refs | README | LICENSE

home-manager (144B)


      1 #!/bin/zsh
      2 
      3 if [[ -f "$HOME/.nix-profile/etc/profile.d/hm-session-vars.sh" ]]; then
      4 	. "$HOME/.nix-profile/etc/profile.d/hm-session-vars.sh"
      5 fi