From 28d5836ed45e6cfd22ff9336c42e17827d7003b7 Mon Sep 17 00:00:00 2001 From: Kopatz <7265381+Kropatz@users.noreply.github.com> Date: Mon, 16 Jun 2025 15:34:14 +0200 Subject: [PATCH] add lutris by default --- modules/graphical/games.nix | 3 +-- systems/laptop/configuration.nix | 2 ++ 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/modules/graphical/games.nix b/modules/graphical/games.nix index ec2df6f..f9cc5e9 100644 --- a/modules/graphical/games.nix +++ b/modules/graphical/games.nix @@ -37,13 +37,12 @@ in }; }; - environment.systemPackages = [ pkgs.mangohud ] + environment.systemPackages = with pkgs; [ mangohud lutris ] ++ optionals cfg.enablePreinstalled (with pkgs; [ #taisei #osu-lazer-bin wineWowPackages.unstableFull winetricks - lutris heroic prismlauncher steamtinkerlaunch diff --git a/systems/laptop/configuration.nix b/systems/laptop/configuration.nix index e2c054c..bfbf311 100644 --- a/systems/laptop/configuration.nix +++ b/systems/laptop/configuration.nix @@ -71,6 +71,8 @@ ryzenadj ]; + services.joycond.enable = true; + #todo: extract this services.xserver = { xkb.layout = config.mainUser.layout;