about summary refs log tree commit diff
path: root/nix/@install
blob: dc4c1f01ff15dd609fad65155d52991c660c7370 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh

[ ! -d "${XDG_CONFIG_HOME}/nixpkgs" ] &&
    mkdir -p "${XDG_CONFIG_HOME}/nixpkgs"

stow \
    --target="${HOME}" \
    --ignore="^@.*" \
    --verbose \
    nix

Consider giving Nix/NixOS a try! <3