added gamescope
This commit is contained in:
parent
cb90f6f2da
commit
9d8385c0c0
2 changed files with 2 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
|||
|
||||
withVM = false;
|
||||
withContainers = true;
|
||||
withGames = false;
|
||||
withGames = true;
|
||||
|
||||
hwmonPath = "/sys/class/hwmon/hwmon1/temp1_input";
|
||||
}
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
{ lib, config, pkgs, ... }: lib.mkIf (config.withGames) {
|
||||
environment.systemPackages = with pkgs; [
|
||||
gamescope
|
||||
prismlauncher
|
||||
itch
|
||||
minigalaxy
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue