No description
Find a file
2025-09-16 08:33:05 +02:00
hosts mac: Change hostname back to malus 2025-07-10 09:05:17 +02:00
modules fonts: Remove SF Pro (broken) 2025-09-16 08:33:05 +02:00
flake.lock flake.lock: Update 2025-09-14 12:58:58 +02:00
flake.nix mac: Change hostname back to malus 2025-07-10 09:05:17 +02:00
README.md meta: Update Readme 2025-07-08 10:18:56 +02:00

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