Add a couple utilities: dos2unix + freerdp client
This commit is contained in:
parent
38ad3ca02a
commit
16048d0c68
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue