added gamescope

This commit is contained in:
twoneis 2024-06-23 03:23:27 +02:00
parent cb90f6f2da
commit 9d8385c0c0
2 changed files with 2 additions and 1 deletions

View file

@ -9,7 +9,7 @@
withVM = false; withVM = false;
withContainers = true; withContainers = true;
withGames = false; withGames = true;
hwmonPath = "/sys/class/hwmon/hwmon1/temp1_input"; hwmonPath = "/sys/class/hwmon/hwmon1/temp1_input";
} }

View file

@ -1,5 +1,6 @@
{ lib, config, pkgs, ... }: lib.mkIf (config.withGames) { { lib, config, pkgs, ... }: lib.mkIf (config.withGames) {
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
gamescope
prismlauncher prismlauncher
itch itch
minigalaxy minigalaxy