From b5fe0e39fccf2aef1ad22ee3c7366f89a1971f3d Mon Sep 17 00:00:00 2001 From: DashieTM Date: Wed, 21 May 2025 20:53:45 +0200 Subject: [PATCH] chore: Uncomment fixed packages --- modules/conf.nix | 5 +---- modules/programs/gaming.nix | 3 +-- 2 files changed, 2 insertions(+), 6 deletions(-) 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 = [];