diff --git a/common.nix b/common.nix index 0a74305..2f5ab6a 100644 --- a/common.nix +++ b/common.nix @@ -14,6 +14,12 @@ ./apps/fastfetch.nix ./apps/flatpaks.nix ]; + + # Home Manager # + home-manager.useGlobalPkgs = true; + home-manager.useUserPackages = true; + home-manager.users.fred = import ./home-manager/fred.nix; + ############################################################################# # Make boot time quicker boot.loader.timeout = 0;