feat(firefox): disable stylix theming.

This commit is contained in:
CronyAkatsuki 2025-04-23 17:45:01 +02:00
parent 4c06514010
commit cea8156129

View File

@ -31,5 +31,11 @@
keepassxc keepassxc
]; ];
}; };
# disable stylix for librewolf and firefox
stylix.targets = {
firefox.enable = false;
librewolf.enable = false;
};
}; };
} }