{ config, pkgs, lib, ... }: { #imports = [ ]; imports = [ ./ellmau ]; home-manager = { useUserPackages = true; useGlobalPkgs = true; }; }