Skip to content

Commit

Permalink
chore: Remove sunshine/moonlight
Browse files Browse the repository at this point in the history
too much latency
  • Loading branch information
mrjones2014 committed Dec 16, 2024
1 parent 9d9bf6e commit 9d0d145
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
2 changes: 1 addition & 1 deletion home-manager/home.nix
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
anytype
jan
ungoogled-chromium
] ++ lib.lists.optionals isThinkpad [ moonlight-qt ];
] ++ lib.lists.optionals isThinkpad [ ];
file."${config.home.homeDirectory}/.xprofile".text = ''
export XDG_DATA_DIRS="$XDG_DATA_DIRS:/home/mat/.nix-profile/share"
'';
Expand Down
2 changes: 1 addition & 1 deletion hosts/laptop/default.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{ pkgs, ... }: {
{ ... }: {
networking = {
hostName = "nixos-laptop";
networkmanager.enable = true;
Expand Down
5 changes: 0 additions & 5 deletions hosts/pc/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -69,11 +69,6 @@
mullvad-vpn.enable = true;
tailscale.enable = true;
flatpak.enable = true;
sunshine = {
enable = true;
autoStart = true;
openFirewall = true;
};
};

# for dolphin: https://nixos.wiki/wiki/Dolphin_Emulator
Expand Down

0 comments on commit 9d0d145

Please sign in to comment.