Home: Fix remaining name qualifications after module update

This commit is contained in:
2024-10-14 17:13:53 +02:00
parent 050969a892
commit cb0c880431
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -114,7 +114,7 @@ in {
# These can be used for my config.modules and for HM config.programs,
# as both of these add the package to home.packages
hasHomePackage = package: (mylib.contains config.home.packages package);
hasHomePackage = package: (mylib.modules.contains config.home.packages package);
# Only add fish abbr if package is installed
abbrify = package: abbr: (lib.optionalAttrs (hasHomePackage package) abbr);