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 {
|
||||
stylix.targets.firefox.profileNames = [
|
||||
"default"
|
||||
];
|
||||
programs.firefox = {
|
||||
enable = true;
|
||||
languagePacks = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue