initial commit
This commit is contained in:
9
home/exampleSecondUser/common/core/brave.nix
Normal file
9
home/exampleSecondUser/common/core/brave.nix
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
programs.brave = {
|
||||
enable = true;
|
||||
commandLineArgs = [
|
||||
"--no-default-browser-check"
|
||||
"--restore-last-session"
|
||||
];
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user