add profileNames for stylix config
This commit is contained in:
parent
7c38ed1723
commit
80f72df094
1 changed files with 3 additions and 0 deletions
|
|
@ -16,6 +16,9 @@ in
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
config = lib.mkIf cfg.enable {
|
config = lib.mkIf cfg.enable {
|
||||||
|
stylix.targets.firefox.profileNames = [
|
||||||
|
"default"
|
||||||
|
];
|
||||||
programs.firefox = {
|
programs.firefox = {
|
||||||
enable = true;
|
enable = true;
|
||||||
languagePacks = [
|
languagePacks = [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue