{ pkgs, ... }: { imports = [ ./common.nix ./locales/en_GB.nix ./desktop/plasma.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; }; }