From 16048d0c689d4bfa38982ee5da5c2db8d3b2fa37 Mon Sep 17 00:00:00 2001 From: "Chris (wolcen) Thompson" Date: Tue, 14 Oct 2025 13:44:58 -0400 Subject: [PATCH] Add a couple utilities: dos2unix + freerdp client --- hosts/default/configuration.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/default/configuration.nix b/hosts/default/configuration.nix index 1a62cfa..2f9bb81 100644 --- a/hosts/default/configuration.nix +++ b/hosts/default/configuration.nix @@ -236,6 +236,8 @@ in # List packages installed in system profile. To search, run: # $ nix search wget environment.systemPackages = with pkgs; [ + freerdp # connect to KDE remotely w/RDP instead (KDE 6.1 servers)...seems it's still an xwindows client that's most tested. 🤮 + dos2unix # convert file line endings dnsmasq # temporarily allowed for connection sharing ansible # automation/software-defined-configuration tool binutils # gnu bin utils