diff --git a/home-manager/home.nix b/home-manager/home.nix index 5d5109a3..c9542817 100644 --- a/home-manager/home.nix +++ b/home-manager/home.nix @@ -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" ''; diff --git a/hosts/laptop/default.nix b/hosts/laptop/default.nix index e3b44373..132964c3 100644 --- a/hosts/laptop/default.nix +++ b/hosts/laptop/default.nix @@ -1,4 +1,4 @@ -{ pkgs, ... }: { +{ ... }: { networking = { hostName = "nixos-laptop"; networkmanager.enable = true; diff --git a/hosts/pc/default.nix b/hosts/pc/default.nix index 19a8d4db..eb5a4da8 100644 --- a/hosts/pc/default.nix +++ b/hosts/pc/default.nix @@ -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