{pkgs, ...}: { imports = [ ./news.nix ./nixpkgs.nix ]; # programs.home-manager.enable = true; home.packages = with pkgs; [ home-manager ]; }