This commit is contained in:
Zastian Pretorius
2025-10-13 16:59:57 +01:00
parent d197e054dd
commit 9337ee3385

View File

@@ -214,10 +214,5 @@ in
git
zotero
# --- Handy script: send steam URL to FIFO ---
(pkgs.writeShellScriptBin "steam-run-url" ''
FIFO="/run/user/$(id --user)/steam-run-url.fifo"
echo "$1" > "$FIFO"
'')
];
}