{pkgs, ...}: { imports = [ ./home ./common.nix ./locales/en_GB.nix ./desktop/plasma.nix ./hardware/audio.nix ./syncthing/H0615.nix ]; networking.hostName = "H0615"; # Define your hostname. # Define a user account. Don't forget to set a password with ‘passwd’. users.users.elitherl = { isNormalUser = true; description = "Evie Litherland-Smith"; extraGroups = ["networkmanager" "wheel"]; shell = pkgs.fish; }; home-manager.users.root = import ./home/H0615/root.nix; home-manager.users.elitherl = import ./home/H0615/elitherl.nix; system.autoUpgrade = { enable = false; allowReboot = false; }; }