chore: Uncomment fixed packages
This commit is contained in:
parent
37a5bfee0f
commit
b5fe0e39fc
2 changed files with 2 additions and 6 deletions
|
|
@ -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 = ''
|
||||||
|
|
|
||||||
|
|
@ -21,8 +21,7 @@
|
||||||
lutris
|
lutris
|
||||||
wineWowPackages.stable
|
wineWowPackages.stable
|
||||||
adwsteamgtk
|
adwsteamgtk
|
||||||
# TODO broken
|
heroic
|
||||||
#heroic
|
|
||||||
mangohud
|
mangohud
|
||||||
];
|
];
|
||||||
example = [];
|
example = [];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue