From 2750500062af28e0d76b1a7bcb8e520a7fd25b6b Mon Sep 17 00:00:00 2001
From: albert <albert@sysctl.io>
Date: Thu, 20 Jun 2024 14:15:24 +0900
Subject: [PATCH] Testing

---
 flake.nix | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/flake.nix b/flake.nix
index 7dca2906..3e078ab3 100644
--- a/flake.nix
+++ b/flake.nix
@@ -81,7 +81,7 @@
       "albert@bakersfield-rpi4" = libx.mkHome { hostname = "bakersfield-rpi4"; system = "aarch64-linux"; type = "small"; };
       "albert@steamdeck"        = libx.mkHome { hostname = "steamdeck"; desktop = "plasma6"; theme = "stylix"; };
       # Containers 
-      "albert@rdesktop"         = libx.mkHome { hostname = "rdesktop";  desktop = "plasma6"; theme = "green"; };
+      "albert@rdesktop"         = libx.mkHome { hostname = "rdesktop";  desktop = "plasma6"; };
     };
     deploy.nodes = {
       osaka-linode-01  = libx.deploy { hostname = "osaka-linode-01"; };