fix app shortcut

This commit is contained in:
mjallen18
2025-02-20 11:21:35 -06:00
parent 7b99def18b
commit d79d19b215
5 changed files with 347 additions and 376 deletions

View File

@@ -15,7 +15,7 @@
forAllSystems = nixpkgs.lib.genAttrs supportedSystems;
in
{
homeManagerModules.default = import ./modules;
homeManagerModules.default = import ./modules/steam-rom-manager;
homeManagerModules.steam-rom-manager = import ./modules/steam-rom-manager;
};
}