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:
parent
1827e84344
commit
c6b75d69b6
5 changed files with 74 additions and 1 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue