nb config

This commit is contained in:
2024-11-11 00:28:50 +01:00
parent 96d26c5431
commit 7ec31696fc
3 changed files with 16 additions and 6 deletions

View File

@@ -229,11 +229,9 @@ in
commandLineArgs = [
"--enable-features=WebUIDarkMode"
"--force-dark-mode"
# "--high-dpi-support=1"
# "--force-device-scale-factor=1.15"
"--enable-features=UseOzonePlatform"
"--ozone-platform=wayland"
# "--use-gl=egl"
"--default-search-provider-search-url=\"https://www.perplexity.ai/search/?q={searchTerms}\""
];
dictionaries = [
pkgs.hunspellDictsChromium.en_US
@@ -290,6 +288,18 @@ in
sha256 = "sha256:107q2knys6xq2sszcmg49f23asp92i5adb46yz18wxn3yc2cybb7";
version = "3.1.33";
})
(createChromiumExtension {
# Vimium
id = "dbepggeogbaibhgnhhndojpepiihcmeb";
sha256 = "sha256:0m8xski05w2r8igj675sxrlkzxlrl59j3a7m0r6c8pwcvka0r88d";
version = "2.1.2";
})
(createChromiumExtension {
# Session Buddy
id = "edacconmaakjimmfgnblocblbcdcpbko";
sha256 = "sha256:0llfw93gi19n6vnx4dbw6qrws0papkyrlrw9vy7v3pcf4abljq7x";
version = "4.0.4";
})
];
};