❄️ Dotfiles for our NixOS system configuration.
at master 275 B view raw
1{ 2 # TODO: This is a legacy method. 3 # "This is a transition mechanism as nix-darwin reorganizes its options and will eventually be unnecessary and removed." 4 # See https://nix-darwin.github.io/nix-darwin/manual/#opt-system.primaryUser. 5 6 system.primaryUser = "chloe"; 7}