Starting small 💖
- Nix 81.6%
- Lua 17.4%
- Just 1%
|
|
||
|---|---|---|
| .forgejo/workflows | ||
| hosts | ||
| modules | ||
| secrets | ||
| .gitignore | ||
| .sops.yaml | ||
| 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).
I've slowly started adding NixOS hosts and migrating dotfiles here - nothing is set in stone though so things may change often!
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"