From db4512b0cf63b90195f017fc119d5323a9b15266 Mon Sep 17 00:00:00 2001 From: Benson Chu Date: Fri, 23 Aug 2024 09:08:02 -0500 Subject: [PATCH] More likely to RDP on a laptop --- common/laptop-things.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/common/laptop-things.nix b/common/laptop-things.nix index c87604c..66ca51b 100644 --- a/common/laptop-things.nix +++ b/common/laptop-things.nix @@ -27,5 +27,6 @@ environment.systemPackages = with pkgs; [ brightnessctl + remmina ]; }