No description
Find a file
Jan Kremer a8295e0df6
helix: nixfmt-rfc-style -> nixfmt
nixfmt-rfc-style is now nixfmt
2026-01-25 16:25:23 +01:00
hosts galanthus: Add nh 2026-01-14 20:41:09 +01:00
modules helix: nixfmt-rfc-style -> nixfmt 2026-01-25 16:25:23 +01:00
flake.lock flake.lock: Update 2026-01-14 20:42:29 +01:00
flake.nix hosts: Rename malus to "Mac von Jan" 2025-11-04 08:38:01 +01: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