6 lines
94 B
Nix
6 lines
94 B
Nix
{
|
|
programs.firefox = {
|
|
enable = true;
|
|
profiles.quadradical.isDefault = true;
|
|
};
|
|
}
|