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 =
let
env = lib.concatStringsSep " " [
''NIXOS_OZONE_WL="1"''
];
script = pkgs.writeShellScript "brave" ''
${env} brave "$@"

View File

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

View File

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