1

Disable gaming stuff

This commit is contained in:
2023-06-16 10:06:56 +02:00
parent f43c20c830
commit ba6256b89c
2 changed files with 5 additions and 3 deletions

View File

@ -354,6 +354,8 @@ rec {
cool-retro-term
ventoy-full # Bootable USB for many ISOs
# Xooooorg/Desktop environment stuff
# xclip
xorg.xwininfo # See what apps run in XWayland
@ -720,7 +722,7 @@ rec {
};
nushell = {
enable = false;
enable = true;
};
# Git status replacement with file selection by number

View File

@ -71,7 +71,7 @@ rec {
# };
gaming = {
enable = true;
enable = false;
prism.enable = true;
bottles.enable = false;
@ -84,7 +84,7 @@ rec {
steam = {
enable = true;
gamescope = true;
adwaita = true;
adwaita = false;
protonup = true;
};
};