1 2 3 4 5 6 7 8 9 10 11 12 13
{ self, ... }: { imports = [ ./hardware-configuration.nix "${self}/modules/core" "${self}/modules/desktop" "${self}/modules/options" "${self}/modules/pc" ]; networking.hostName = "kansai"; system.stateVersion = "24.05"; }