9 lines
No EOL
131 B
Nix
9 lines
No EOL
131 B
Nix
{pkgs, ...}: {
|
|
programs.firefox = {
|
|
enable = true;
|
|
profiles.osbm = {
|
|
id = 0;
|
|
name = "osbm";
|
|
};
|
|
};
|
|
} |