631 B
631 B
poppy
MacBook Air M1 - daily driver.
quick rebuild
darwin-rebuild switch --flake .#poppy
what's specific here
darwin system
nixpkgs.config.allowUnfree = true- needed for some macos toolsservices.nix-daemon.enable = true- multi-user install- home path:
/Users/mikl(not/home/mikl)
home-manager imports
home/kitty.nix- terminal with catppuccin theme
aliases
| alias | command |
|---|---|
switch |
darwin-rebuild switch --flake .#poppy |
update |
nix flake update && darwin-rebuild switch --flake .#poppy |
cleanup |
nix-collect-garbage -d |