From 9d8385c0c0c450c5126a03fb202f60988bc36efc Mon Sep 17 00:00:00 2001 From: twoneis Date: Sun, 23 Jun 2024 03:23:27 +0200 Subject: [PATCH] added gamescope --- devices/ellaca/options.nix | 2 +- modules/games/default.nix | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/devices/ellaca/options.nix b/devices/ellaca/options.nix index 697a042..6dcba43 100644 --- a/devices/ellaca/options.nix +++ b/devices/ellaca/options.nix @@ -9,7 +9,7 @@ withVM = false; withContainers = true; - withGames = false; + withGames = true; hwmonPath = "/sys/class/hwmon/hwmon1/temp1_input"; } diff --git a/modules/games/default.nix b/modules/games/default.nix index 8c40ca3..9868f63 100644 --- a/modules/games/default.nix +++ b/modules/games/default.nix @@ -1,5 +1,6 @@ { lib, config, pkgs, ... }: lib.mkIf (config.withGames) { environment.systemPackages = with pkgs; [ + gamescope prismlauncher itch minigalaxy