Compare commits

...

3 Commits

3 changed files with 4 additions and 1 deletions

View File

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

View File

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

View File

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