2026-05-11 14:50:43 +02:00
2026-03-29 13:57:26 +02:00
2026-03-29 13:57:26 +02:00
2026-05-16 19:18:05 +02:00
2026-05-16 19:25:28 +02:00

Config for my computers.

Common operations

Update computer and home from my configuration:

cd ~/dotfiles
nix-deploy

Advanced: computer only:

sudo darwin-rebuild switch --flake .

Advanced: home only:

home-manager switch --flake .

Update all dependencies in my configuration:

nix flake update

NOTE: you have to update computer and update home from configuration after doing this.

Add/remove software

First search for Nix

search.nixos.org

Add to:

home.packages: hosts/jupiter/home.nix

If not available in Nix

https://formulae.brew.sh/

Add to:

homebrew casks: hosts/jupiter/darwin.nix

Description
No description provided
Readme 87 KiB
Languages
Nix 100%