This commit is contained in:
Zastian Pretorius
2025-09-02 11:05:15 +01:00
parent 1ceccb3993
commit 6d10cd93a9
3 changed files with 48 additions and 4 deletions

View File

@@ -205,5 +205,10 @@ in
kdePackages.kwallet
kdePackages.kwalletmanager
kdePackages.kwallet-pam # For PAM integration if needed
#
(pkgs.writeShellScriptBin "steam-run-url" ''
FIFO="/run/user/$(id --user)/steam-run-url.fifo"
echo "$1" > "$FIFO"
'')
];
}