feat(nix): add gnome-remote-desktop and freerdp to overlay

- Included `gnome-remote-desktop` and `freerdp` in the unstable overlay for additional remote desktop functionality.
- Removed the `at-spi2-core` override to simplify the configuration.
This commit is contained in:
Harald Hoyer 2026-01-15 13:54:31 +01:00
parent c1f145e4c5
commit 271b15314c
2 changed files with 2 additions and 6 deletions

View file

@ -5,10 +5,4 @@ final: prev: {
./gnome-console-Add-image-and-file-path-pasting-support-for.patch ./gnome-console-Add-image-and-file-path-pasting-support-for.patch
]; ];
}); });
at-spi2-core = prev.at-spi2-core.overrideAttrs (oldAttrs: {
postInstall = (oldAttrs.postInstall or "") + ''
substituteInPlace $out/etc/xdg/Xwayland-session.d/00-at-spi \
--replace-fail 'exec xprop' 'exec ${final.xorg.xprop}/bin/xprop'
'';
});
} }

View file

@ -5,6 +5,8 @@ final: prev: {
# opencode # opencode
tailscale tailscale
claude-code claude-code
gnome-remote-desktop
freerdp
# open-webui # open-webui
# vscode # vscode
# nodejs_20 # nodejs_20