This commit is contained in:
MinkieYume 2025-08-31 16:04:14 +08:00
parent dfe783a2c1
commit 1fac082597
No known key found for this signature in database
GPG Key ID: 5DBCD44118182F31

View File

@ -31,4 +31,4 @@
(let ((tuigreet-bin (file-append tuigreet "/bin/tuigreet")))
(lower-object
(program-file "tuigreet-wrapper"
#~(execv #$tuigreet-bin (cons #$tuigreet-bin #$args)))))))
#~(execl #$tuigreet-bin #$tuigreet-bin #$@args))))))