Personal dotfiles based on Nix flakes and home manager.
- My personal laptop
nixosConfigurations.thinkpad
. - My company laptop
nixosConfigurations.shesselm-mac
.
Switch to a new NixOS generation via
nixos-rebuild switch --flake . --use-remote-sudo
- Copy
./systems/nixos/configuration.nix
to/etc/nixos/configuration.nix
to gain access togit
andbitwarden
. - Use
bitwarden
to set upSOPS
keys. - Create a new entry in
./systems
:- Create entries for the LUKS partitions.
- Copy the hardware configuration.
- Switch to a new generation defined by the flake.
Switch to a new Darwin generation via
darwin-rebuild switch --flake .