{ config, lib, pkgs, outputs, configLib, ... }: { imports = (configLib.scanPaths ./.) ++ (builtins.attrValues outputs.homeManagerModules); home.packages = builtins.attrValues { inherit (pkgs) # Here go packages without my configs #!Remember to comment without space after package watson# a tracking tool https://tailordev.github.io/Watson/ libreoffice; # TODO: will it work on wayland? }; }