10 lines
110 B
Nix
10 lines
110 B
Nix
|
{ ... }:
|
||
|
{
|
||
|
programs.firefox = {
|
||
|
enable = true;
|
||
|
profiles.h7x4 = {
|
||
|
settings = {};
|
||
|
};
|
||
|
};
|
||
|
}
|