intel-nuc-12
macbook-air-2021
thinkpad-x1c-5th
linode-server
This configuration is flake-based, so you may check the output of this configuration by running:
$ nix flake show git+https://git.cuichen.cc/nix-config$ git clone https://git.cuichen.cc/nix-config
$ cd nix-configIf you don't have flake or home-manager enabled in your current system, you may run
$ nix developto enter the bootstrap envitonment.
[nix-shell]$ sudo nixos-rebuild switch --flake .#hostname[nix-shell]$ home-manager switch --flake .#chen@hostname[nix-shell]$ nix build .\#darwinConfigurations.macbook-air-2021.system -o /tmp/nix-result
[nix-shell]$ /tmp/nix-result/sw/bin/darwin-rebuild switch --flake .#chen@macbook-air-2021
[nix-shell]$ rm -rf /tmp/nix-resultThe zsh alias update-sys may be used after my zsh module being applied.
