Compare commits

..

No commits in common. "319f3899ab1287ad121b8946736c77682ce5841a" and "d3a1c9260afa3bed5ed9262841cbeca7dbddf618" have entirely different histories.

3 changed files with 1 additions and 4 deletions

View File

@ -115,6 +115,7 @@
xdg.desktopEntries.brave-browser = xdg.desktopEntries.brave-browser =
let let
env = lib.concatStringsSep " " [ env = lib.concatStringsSep " " [
''NIXOS_OZONE_WL="1"''
]; ];
script = pkgs.writeShellScript "brave" '' script = pkgs.writeShellScript "brave" ''
${env} brave "$@" ${env} brave "$@"

View File

@ -79,7 +79,6 @@
config = { config = {
General = { General = {
icon = "nix-snowflake-white"; icon = "nix-snowflake-white";
customButtonImage="nix-snowflake-white";
alphaSort = true; alphaSort = true;
}; };
}; };

View File

@ -98,7 +98,6 @@
hosts deny = 0.0.0.0/0 hosts deny = 0.0.0.0/0
guest account = nobody guest account = nobody
map to guest = bad user map to guest = bad user
allow insecure wide links = yes
''; '';
shares = { shares = {
windows = { windows = {
@ -110,8 +109,6 @@
"directory mask" = "0755"; "directory mask" = "0755";
"force user" = "materus"; "force user" = "materus";
"force group" = "users"; "force group" = "users";
"follow symlinks" = "yes";
"wide links" = "yes";
}; };
}; };
}; };