This is my dotfile playground for learning nix as my reproducable setup for handling dotfiles on a macOS system
this will be a translation of my dotfiles.fish setup
this repository will be updated & improved upon as I learn the nix language and ways of working
Taken directly from nxiOS.org:
sh <(curl -L https://nixos.org/nix/install)
read more: https://brew.sh/
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
read more: https://nix-community.github.io/home-manager/index.xhtml#sec-install-standalone
nix-channel --add https://github.com/nix-community/home-manager/archive/release-23.11.tar.gz home-manager
nix-channel --update
nix-shell '<home-manager>' -A install
add the following to ~/.config/nix/nix.config
experimental-features = nix-command flakes