properly import with correct optionals

This commit is contained in:
twoneis 2024-07-02 03:42:35 +02:00
parent dcdfdbaa47
commit 714093946c
12 changed files with 88 additions and 81 deletions

View file

@ -1,4 +1,4 @@
{ lib, config, pkgs, ... }: lib.mkIf (config.withGames) {
{ lib, config, pkgs, ... }: lib.mkIf config.withGames {
programs.steam.enable = true;
programs.gamescope.enable = true;
programs.gamemode.enable = true;