{ ... }: { imports = [ ./disks.nix ./hardware.nix ]; sneeuwvlok = { hardware.has = { bluetooth = true; audio = true; }; application = { steam.enable = true; }; editor = { nano.enable = true; }; }; system.stateVersion = "23.11"; }