Add nix home-manager
This commit is contained in:
parent
2353b4cfac
commit
14e3fbb489
9 changed files with 100 additions and 14 deletions
|
@ -29,6 +29,9 @@ _autoinstall_base () {
|
|||
"https://raw.githubusercontent.com/qw3rtman/git-fire/master/git-fire" \
|
||||
"$HOME/.local/bin/git-fire"
|
||||
|
||||
hm_config="$HOME/.config/nixpkgs"
|
||||
ln -sf "$hm_config/$(cat /proc/sys/kernel/hostname)-$(whoami).nix" "$hm_config/home.nix"
|
||||
|
||||
return 0
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue