From 0f009387874a050528a007783e15b49623f290da Mon Sep 17 00:00:00 2001 From: GarandPLG Date: Tue, 27 Jan 2026 19:43:17 +0100 Subject: [PATCH] Enable Winboat remote desktop module --- hosts/Garand-Desktop/system-modules.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/Garand-Desktop/system-modules.nix b/hosts/Garand-Desktop/system-modules.nix index f05b79a..4069355 100644 --- a/hosts/Garand-Desktop/system-modules.nix +++ b/hosts/Garand-Desktop/system-modules.nix @@ -83,7 +83,7 @@ _: { eddieAirVPN.enable = true; # Eddie AirVPN: VPN client galculator.enable = false; # Galculator: simple calculator gedit.enable = true; # Gedit: GNOME text editor - winboat.enable = false; # Winboat: Windows remote desktop via RDP + winboat.enable = true; # Winboat: Windows remote desktop via RDP adb.enable = false; # ADB: Android SDK platform tools }; }