Skip to content

Instantly share code, notes, and snippets.

@gotjoshua
gotjoshua / configuration.nix
Last active April 17, 2024 17:29 — forked from hermannolafs/configuration.nix
Nixos Gnome RDP Remote Desktop
{ pkgs, lib, ... }: {
# from https://gist.github.com/hermannolafs/c1379a090350d2dc369aeabd3c0d8de3
# minimized for clarity.
# Some of these might not be needed. After some trial and error
# I got this working with these configs.
# I do not have the patience to rn an elimination test.
services.gnome.gnome-remote-desktop.enable = true;