Disable gaming stuff
This commit is contained in:
@ -354,6 +354,8 @@ rec {
|
|||||||
|
|
||||||
cool-retro-term
|
cool-retro-term
|
||||||
|
|
||||||
|
ventoy-full # Bootable USB for many ISOs
|
||||||
|
|
||||||
# Xooooorg/Desktop environment stuff
|
# Xooooorg/Desktop environment stuff
|
||||||
# xclip
|
# xclip
|
||||||
xorg.xwininfo # See what apps run in XWayland
|
xorg.xwininfo # See what apps run in XWayland
|
||||||
@ -720,7 +722,7 @@ rec {
|
|||||||
};
|
};
|
||||||
|
|
||||||
nushell = {
|
nushell = {
|
||||||
enable = false;
|
enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
# Git status replacement with file selection by number
|
# Git status replacement with file selection by number
|
||||||
|
@ -71,7 +71,7 @@ rec {
|
|||||||
# };
|
# };
|
||||||
|
|
||||||
gaming = {
|
gaming = {
|
||||||
enable = true;
|
enable = false;
|
||||||
|
|
||||||
prism.enable = true;
|
prism.enable = true;
|
||||||
bottles.enable = false;
|
bottles.enable = false;
|
||||||
@ -84,7 +84,7 @@ rec {
|
|||||||
steam = {
|
steam = {
|
||||||
enable = true;
|
enable = true;
|
||||||
gamescope = true;
|
gamescope = true;
|
||||||
adwaita = true;
|
adwaita = false;
|
||||||
protonup = true;
|
protonup = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user