# https://nix-community.github.io/home-manager/options.html { pkgs, config, ... }: { imports = [ ./default.nix ./profiles/gnome ]; home.packages = with pkgs; [ ]; }