Nix configurations for my personal machines (Linux & macOS)
at main 115 B view raw
1{delib, ...}: 2delib.module { 3 name = "darwin.system"; 4 5 darwin.always = { 6 system.primaryUser = "ovy"; 7 }; 8}