xdg-terminal-exec: add a TODO for removing an override

This commit is contained in:
2025-01-02 00:14:52 +00:00
parent 0de134e208
commit 5a487c18db

View File

@@ -1,6 +1,7 @@
{ pkgs, ... }: { pkgs, ... }:
{ {
sane.programs.xdg-terminal-exec = { sane.programs.xdg-terminal-exec = {
# TODO: don't `overrideAttrs`, but `symlinkJoin` with the new .desktop item
packageUnwrapped = pkgs.xdg-terminal-exec.overrideAttrs (upstream: { packageUnwrapped = pkgs.xdg-terminal-exec.overrideAttrs (upstream: {
# give the package a .desktop item. # give the package a .desktop item.
# this way anyone can launch a terminal via the xdg-desktop-portal. # this way anyone can launch a terminal via the xdg-desktop-portal.