summaryrefslogtreecommitdiff
path: root/gaming.nix
diff options
context:
space:
mode:
Diffstat (limited to 'gaming.nix')
-rw-r--r--gaming.nix26
1 files changed, 0 insertions, 26 deletions
diff --git a/gaming.nix b/gaming.nix
deleted file mode 100644
index 13d2ecb..0000000
--- a/gaming.nix
+++ /dev/null
@@ -1,26 +0,0 @@
-{ config, pkgs, ... }:
-
-{
- programs.steam.enable = true;
-
- services.sunshine = {
- enable = true;
- autoStart = true;
- capSysAdmin = true;
- openFirewall = true;
- # applications = {
- # apps = [
- # {
- # name = "Auto Desktop";
- # prep-cmd = [
- # {
- # # do = "${pkgs.sway}/bin/swaymsg \"output DP-2 mode --custom \${SUNSHINE_CLIENT_WIDTH}x\${SUNSHINE_CLIENT_HEIGHT}@\${SUNSHINE_CLIENT_FPS}Hz\"";
- # do = "${pkgs.zsh}/bin/zsh -c \"${pkgs.sway}/bin/swaymsg \"output DP-2 mode --custom 1920x1080@60Hz\"\"";
- # undo = "${pkgs.sway}/bin/swaymsg \"output DP-2 mode 3440x1440\"";
- # }
- # ];
- # }
- # ];
- # };
- };
-}