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:
parent
c1f145e4c5
commit
271b15314c
2 changed files with 2 additions and 6 deletions
|
|
@ -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'
|
|
||||||
'';
|
|
||||||
});
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue