{ ... }: { imports = [ ./hardware-configuration.nix ./../../user/users.nix ./../../modules/common.nix ./../../modules/hardware/xremap.nix ./../../modules/hardware/battery.nix ./../../modules/graphics/workstation.nix ./../../modules/services/webdav.nix.nix ./../../modules/services/scanning.nix.nix ]; networking.hostName = "nixyos"; batMode = "single"; boot.loader.systemd-boot.enable = true; boot.loader.efi.canTouchEfiVariables = true; networking = { networkmanager = { wifi.powersave = true; }; }; # Older machine system.stateVersion = "24.11"; }