{ pkgs, ... }: { imports = [ ./hardware-configuration.nix ../../default-machine-config.nix ]; custom.machine = { type = "pc"; capabilities = [ "cli" ]; homeOnly = "jana"; }; }