Compare commits

..

1 commit

Author SHA1 Message Date
Fabian Montero 29fa01d27b
add steam module
sadly this has to be a system package until we find a non shitty way of
installing in through hm
2025-01-28 12:40:32 -06:00

View file

@ -5,9 +5,9 @@
... ...
}: }:
with lib; let with lib; let
cfg = config.options.trivium.trash.steam; cfg = config.options.trivium;
in { in {
options.trivium.trash.steam = { options.trivium = {
enable = mkEnableOption "steam settings"; enable = mkEnableOption "steam settings";
compatibilityPackages = mkOption { compatibilityPackages = mkOption {