1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-03-31 04:04:32 +00:00

tests/firefox: add applicationName to mock (#6668)

This commit is contained in:
Austin Horstman 2025-03-20 00:15:57 -05:00 committed by GitHub
parent 97a00e0659
commit 94605dcade
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -11,6 +11,7 @@ in {
"${unwrappedName}" = {
name = unwrappedName;
extraAttrs = {
applicationName = cfg.wrappedPackageName;
binaryName = cfg.wrappedPackageName;
gtk3 = null;
meta.description = "I pretend to be ${cfg.name}";