Starting small 💖
- Nix 70.7%
- Lua 27.5%
- Just 1.8%
| hosts | ||
| modules | ||
| flake.lock | ||
| flake.nix | ||
| justfile | ||
| README.md | ||
Nix Config
TIL: You can start nix slow using just home-manager! This repo is that - it lives alongside my existing unix-config repo (for now).
Boostrapping
For Home Manager:
# Install lix
curl -sSf -L https://install.lix.systems/lix | sh -s -- install
# Clone and enter repo
git clone https://git.pfy.ch/pfych/nix.git
cd nix
# Bootstrap
nix run home-manager -- switch --flake ".#pfych@work"
# For future changes
home-manager switch --flake ".#pfych@work"