1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-12-05 16:41:04 +01:00

tests/firefox: add userchrome test cases

This commit is contained in:
Austin Horstman 2025-04-16 14:33:43 -05:00
parent 1827e84344
commit c6b75d69b6
5 changed files with 74 additions and 1 deletions

View file

@ -870,7 +870,7 @@ in
_: profile:
let
chromePath =
if (lib.isPath profile.userChrome && lib.pathIsDirectory profile.userChrome) then
if ((i: lib.isPath i && lib.pathIsDirectory i) profile.userChrome) then
"chrome"
else
"chrome/userChrome.css";