{ ... }: { imports = [ ./configuration.nix ./hardware-configuration.nix ../../authorized-keys.nix ../../features/gui.nix ]; nixpkgs.config.allowUnfree = true; home-manager.users.drew = { ... }: { imports = [ ./drew.nix ]; }; }