[eww] Remove uninstalled steam game. [nix] adds some comments.

This commit is contained in:
2025-04-20 17:11:44 -07:00
parent c2a5e0a709
commit 0dbcb541b3
3 changed files with 5 additions and 8 deletions

View File

@@ -1,4 +1,8 @@
{ pkgs, local, ... }:
# TODO: This is an attempt to patch the desktop file by actually using the old
# one so I don't have to put in all the options like below. This will generate
# the correct file, however, xdg.dataFile."applications/wowup-cf.desktop"
# doesn't seem to actually overrwite it, even with force = true.
# let
# patched-desktop =
# pkgs.runCommand "patched-wowup-cf-desktop"