No description
Flake lock file updates:
• Updated input 'darwin':
'github:LnL7/nix-darwin/c2b36207f2c396c79dbed9d40536db221bd4e363?narHash=sha256-N/sxS27%2Bt9nGvGWqwwAceSMW/Y5ddcypS/aiTnZ7ScA%3D' (2025-12-23)
→ 'github:LnL7/nix-darwin/7b1d394e7d9112d4060e12ef3271b38a7c43e83b?narHash=sha256-8wMrJP/Xk5Dkm0TxzaERLt3eGFEhHTWaJKUpK3AoL4o%3D' (2026-01-12)
• Updated input 'home-manager':
'github:nix-community/home-manager/7eca7f7081036a7b740090994c9ec543927f89a7?narHash=sha256-hHKQhHkXxuPJwLkI8wdu826GLV5AcuW9/HVdc9eBnTU%3D' (2025-12-24)
→ 'github:nix-community/home-manager/85c83f70968516f571015e260fb21c774e586c0b?narHash=sha256-9CfEGvHgQ8KdhBI5x6RVkuvqCCM7KiVxCM1n9e3lVBA%3D' (2026-01-14)
• Updated input 'nixpkgs':
'github:NixOS/nixpkgs/a6531044f6d0bef691ea18d4d4ce44d0daa6e816?narHash=sha256-3xY8CZ4rSnQ0NqGhMKAy5vgC%2B2IVK0NoVEzDoOh4DA4%3D' (2025-12-21)
→ 'github:NixOS/nixpkgs/ffbc9f8cbaacfb331b6017d5a5abb21a492c9a38?narHash=sha256-1Sm77VfZh3mU0F5OqKABNLWxOuDeHIlcFjsXeeiPazs%3D' (2026-01-11)
|
||
|---|---|---|
| hosts | ||
| modules | ||
| flake.lock | ||
| flake.nix | ||
| README.md | ||
Floccus
Mac setup
Installation
curl --proto '=https' --tlsv1.2 -sSf -L https://install.determinate.systems/nix | sh -s -- install
git clone ssh://git@codeberg.org/kremer/nix-config.git ~/.config/nix
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
nix run nix-darwin -- switch --flake ~/.config/nix
Switch
darwin-rebuild switch --flake ~/.config/nix
Update
nix flake update --commit-lock-file ~/.config/nix
NixOS setup
Installation
git clone ssh://git@codeberg.org/kremer/nix-config.git ~/.config/nix
Switch
sudo nixos-rebuild switch --flake ~/.config/nix
Update
nix flake update --commit-lock-file ~/.config/nix