Starting small 💖
  • Nix 70.7%
  • Lua 27.5%
  • Just 1.8%
Find a file
2026-04-06 15:19:49 +10:00
hosts Fix firefox desktop icon 2026-04-06 15:15:57 +10:00
modules Isabel feedback ! 🖤 2026-04-06 15:03:11 +10:00
flake.lock Fix issue with Hardware acceleration on home-manager system 2026-04-05 14:18:33 +10:00
flake.nix Isabel feedback ! 🖤 2026-04-06 15:03:11 +10:00
justfile Remote update 2026-04-06 15:19:49 +10:00
README.md Update README 2026-04-04 19:09:46 +11:00

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"