{ ... }: { imports = [ ../../profiles/desktop ./hardware-configuration.nix ]; boot.loader.systemd-boot.enable = true; boot.loader.efi.canTouchEfiVariables = true; networking.hostName = "dinictis"; # Define your hostname. networking.networkmanager.enable = true; # Easiest to use and most distros use this by default. # Enable CUPS to print documents. services.printing.enable = true; # Enable sound. # sound.enable = true; hardware.pulseaudio.enable = true; system.stateVersion = "23.11"; # Did you read the comment? }