xdg-terminal-exec: add a TODO for removing an override
This commit is contained in:
@@ -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.
|
||||||
|
Reference in New Issue
Block a user