Add media

This commit is contained in:
muon 2024-10-27 19:22:29 +00:00
parent bf4a80d7e6
commit c610556898
5 changed files with 47 additions and 39 deletions

View file

@ -5,11 +5,7 @@
description = "enables proprietary steam software";
};
packages = lib.mkOption {
default = [
"steam"
"steam-original"
"steam-run"
];
default = [ "steam" "steam-original" "steam-run" "steam-unwrapped" ];
description = "unfree packages";
};
};