diff --git a/modules/conf.nix b/modules/conf.nix index 472e002..0e3a166 100644 --- a/modules/conf.nix +++ b/modules/conf.nix @@ -75,10 +75,7 @@ }; additionalBootKernalParams = lib.mkOption { - default = [ - # TODO test if needed - #"video=${config.conf.defaultMonitor}:${config.conf.defaultMonitorMode}" - ]; + default = []; example = []; type = with lib.types; listOf str; description = '' diff --git a/modules/programs/gaming.nix b/modules/programs/gaming.nix index 46706eb..1bb8d96 100644 --- a/modules/programs/gaming.nix +++ b/modules/programs/gaming.nix @@ -21,8 +21,7 @@ lutris wineWowPackages.stable adwsteamgtk - # TODO broken - #heroic + heroic mangohud ]; example = [];