summaryrefslogtreecommitdiff
path: root/gaming.nix
diff options
context:
space:
mode:
authorJasper Ras <jaspert.ras@gmail.com>2024-11-13 22:33:37 +0100
committerJasper Ras <jaspert.ras@gmail.com>2024-11-13 22:39:43 +0100
commitf1d8afcc156b14ce44dde407bd76661bdc821e03 (patch)
treeba0b24b0c869d5c68ca8f1e5acb29d325979837f /gaming.nix
parent6c181cdefe9d8d7b2b6bd47d97c7c6768b7c2ae0 (diff)
Use flake-utils-plus and set-up multiple hosts
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\"";
- # }
- # ];
- # }
- # ];
- # };
- };
-}