System Gen120 @ 2025-12-12-19:18:08 by jonas@monolith

This commit is contained in:
2025-12-12 19:18:09 +01:00
parent 20d74dd4ef
commit 9e54a6f68d
6 changed files with 35 additions and 23 deletions

View File

@@ -63,8 +63,7 @@ in {
++ lib.optionals cfg.wine [
pkgs.wine
pkgs.winetricks
]
++ lib.optional (cfg.steam && cfg.wine) pkgs.proton-caller;
];
programs.steam = lib.mkIf cfg.steam {
enable = true;