switch rust toolchain to stable

This commit is contained in:
Grigory Shipunov 2022-08-05 00:18:25 +02:00
parent 4b64c62ebc
commit b25d2b44a3
Signed by: 0xa
GPG key ID: 91FA5E5BF9AA901C
3 changed files with 18 additions and 19 deletions

View file

@ -2,11 +2,10 @@
{
environment.systemPackages = with pkgs; [
# (ungoogled-chromium.override { enableVaapi = true; })
chromium
];
nixpkgs.config.chromium.commandLineArgs = "--enable-features=UseOzonePlatform --ozone-platform=wayland --force-dark-mode --enable-features=WebUIDarkMode";
nixpkgs.config.chromium.commandLineArgs = "--enable-features=UseOzonePlatform --ozone-platform=wayland --force-dark-mode --ignore-gpu-blocklist --enable-gpu-rasterization --enable-zero-copy --enable-features=VaapiVideoDecoder,WebUIDarkMode";
programs.chromium = {
enable = true;
@ -26,8 +25,9 @@
"AutoplayAllowed" = false;
"DefaultNotificationSetting" = 2;
"BackgroundModeEnabled" = false;
"DefaultSearchProviderEnabled" = true;
"DefaultSearchProviderSearchURL" = "https://google.com/?q={searchTerms}";
# "DefaultSearchProviderEnabled" = true;
# "DefaultSearchProviderSearchURL" = "https://google.com/search?q={searchTerms}";
# "DefaultSearchProviderSearchURL" = "https://duckduckgo.com/?q={searchTerms}";
"SearchSuggestEnable" = false;
};
};