curl -L https://nixos.org/nix/install | sh
. /home/fabian/.nix-profile/etc/profile.d/nix.sh
nix-channel --add https://github.com/nix-community/home-manager/archive/master.tar.gz home-manager
nix-channel --update
nix-shell '<home-manager>' -A install
cd ~
# cd /nfs/home/gmi/fabian/
gh repo clone gueraf/nix-home
ln -s ~/nix-home ~/.config/nixpkgs
# ln -s /nfs/home/gmi/fabian/nix-home ~/.config/nixpkgs
home-manager switch -f ~/nix-home/home.nix
# home-manager switch -f /nfs/home/gmi/fabian/nix-home/home.nix
echo "export XDG_DATA_DIRS="/home/fabian/.nix-profile/share:$XDG_DATA_DIRS" > ~/.profile
Content type
Image
Digest
sha256:656658d62…
Size
7.3 GB
Last updated
6 months ago
docker pull gueraf/dev