feat(firefox): disable stylix theming.
This commit is contained in:
parent
4c06514010
commit
cea8156129
1 changed files with 6 additions and 0 deletions
|
@ -31,5 +31,11 @@
|
|||
keepassxc
|
||||
];
|
||||
};
|
||||
|
||||
# disable stylix for librewolf and firefox
|
||||
stylix.targets = {
|
||||
firefox.enable = false;
|
||||
librewolf.enable = false;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue