chore: Uncomment fixed packages

This commit is contained in:
DashieTM 2025-05-21 20:53:45 +02:00
parent 37a5bfee0f
commit b5fe0e39fc
2 changed files with 2 additions and 6 deletions

View file

@ -75,10 +75,7 @@
}; };
additionalBootKernalParams = lib.mkOption { additionalBootKernalParams = lib.mkOption {
default = [ default = [];
# TODO test if needed
#"video=${config.conf.defaultMonitor}:${config.conf.defaultMonitorMode}"
];
example = []; example = [];
type = with lib.types; listOf str; type = with lib.types; listOf str;
description = '' description = ''

View file

@ -21,8 +21,7 @@
lutris lutris
wineWowPackages.stable wineWowPackages.stable
adwsteamgtk adwsteamgtk
# TODO broken heroic
#heroic
mangohud mangohud
]; ];
example = []; example = [];