chore(home-manager): rename packages.nix

This commit is contained in:
Oliver Davies 2023-05-10 20:52:08 +01:00
parent f468f8aa5f
commit cad984b874
2 changed files with 1 additions and 1 deletions

View file

@ -74,7 +74,7 @@ in
nixpkgs.config.allowUnfreePredicate = pkg:
builtins.elem (lib.getName pkg) [ "postman" ];
home.packages = (import ./packages.nix) { inherit pkgs; };
home.packages = (import ./home-manager-packages.nix) { inherit pkgs; };
home.file."nodemon.json".text = ''
{