diff --git a/home/laozi/common/optional/desktop/default.nix b/home/laozi/common/optional/desktop/default.nix new file mode 100644 index 0000000..fe71d0c --- /dev/null +++ b/home/laozi/common/optional/desktop/default.nix @@ -0,0 +1,10 @@ +{ 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 + }; +}