No description
Find a file
2025-07-08 10:05:22 +02:00
hosts flake: Initialise new repository 2025-07-08 10:05:22 +02:00
modules flake: Initialise new repository 2025-07-08 10:05:22 +02:00
flake.lock flake: Initialise new repository 2025-07-08 10:05:22 +02:00
flake.nix flake: Initialise new repository 2025-07-08 10:05:22 +02:00
README.md flake: Initialise new repository 2025-07-08 10:05:22 +02:00

Floccus

Mac setup

Installation

curl --proto '=https' --tlsv1.2 -sSf -L https://install.determinate.systems/nix | sh -s -- install
git clone git@github.com:jukremer/nix-config.git ~/.confin/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 git@github.com:jukremer/nix-config.git ~/.confin/nix

Switch

sudo nixos-rebuild switch --flake ~/.config/nix

Update

nix flake update --commit-lock-file ~/.config/nix