10 lines
146 B
Nix
10 lines
146 B
Nix
{
|
|
programs.brave = {
|
|
enable = true;
|
|
commandLineArgs = [
|
|
"--no-default-browser-check"
|
|
"--restore-last-session"
|
|
];
|
|
};
|
|
}
|