diff options
| author | seraphim <18ycm9tx@anonaddy.me> | 2026-08-06 15:43:29 +0700 |
|---|---|---|
| committer | seraphim <18ycm9tx@anonaddy.me> | 2026-08-06 15:43:29 +0700 |
| commit | 2a4a92d3a5718808d614575d52ae48b50d9c45f7 (patch) | |
| tree | 38e707afa98962dd1f8a00c2b16d9ed17b7c80a1 /nixos/hosts/opus/default.nix | |
| parent | 1a9aa4cb5829ad917d33363d31c365978ac0e012 (diff) | |
wireguard added
Diffstat (limited to 'nixos/hosts/opus/default.nix')
| -rw-r--r-- | nixos/hosts/opus/default.nix | 15 |
1 files changed, 5 insertions, 10 deletions
diff --git a/nixos/hosts/opus/default.nix b/nixos/hosts/opus/default.nix index 8290866..b0bf347 100644 --- a/nixos/hosts/opus/default.nix +++ b/nixos/hosts/opus/default.nix @@ -35,9 +35,10 @@ ../../modules/features/gst-codecs ../../modules/features/fonts ../../modules/features/desktop-apps - ../../modules/features/dev-tools - ../../modules/features/wireshark - ../../modules/features/mouse + ../../modules/features/dev-tools + ../../modules/features/vpn-utils + ../../modules/features/wireshark + ../../modules/features/mouse ]; # ──────────────────────────────────────────────────────────────────────── @@ -83,13 +84,7 @@ remotePlay.openFirewall = true; dedicatedServer.openFirewall = true; }; - # Throne: privacy-oriented game overlay / microtransactions blocker. - programs.throne = { - enable = true; - tunMode.enable = true; - }; - services.gnome.gnome-keyring.enable = true; - # Wine-based launchers for Windows games & apps. + # Wine-based launchers for Windows games & apps. environment.systemPackages = with pkgs; [ pkgs.lutris pkgs.prismlauncher |
