tools
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
programs.steam.remotePlay.openFirewall = true; # Open ports in the firewall for Steam Remote Play
|
||||
programs.steam.dedicatedServer.openFirewall = true; # Open ports in the firewall for Source Dedicated Server
|
||||
|
||||
# TODO: gamescope?
|
||||
# TODO: gamemode?
|
||||
|
||||
nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [
|
||||
@@ -81,6 +82,15 @@
|
||||
# nice to have
|
||||
jstest-gtk
|
||||
antimicrox
|
||||
|
||||
# since gnome doesn't let me select the provided [Desktop Action BigPicture]
|
||||
# in the overview without right clicking /shrug
|
||||
(makeDesktopItem {
|
||||
desktopName = "Steam Big Picture";
|
||||
name = "Steam";
|
||||
exec = "steam steam://open/bigpicture";
|
||||
icon = "steam";
|
||||
})
|
||||
];
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user