nb config
This commit is contained in:
@@ -55,7 +55,7 @@ in {
|
||||
ohMyZsh = {
|
||||
enable = true; # Enable Oh My Zsh
|
||||
theme = "steeef"; # Set theme
|
||||
plugins = [ "git" "zsh-autosuggestions" ]; # Add plugins
|
||||
plugins = [ "git" ]; # Add plugins
|
||||
};
|
||||
};
|
||||
users.defaultUserShell = pkgs.zsh;
|
||||
|
||||
@@ -45,8 +45,8 @@ local defaults = {
|
||||
-- ["<C-j>"] = "<C-w>j",
|
||||
-- ["<C-k>"] = "<C-w>k",
|
||||
-- ["<C-l>"] = "<C-w>l",
|
||||
["<C-h>"] = ":tabprevious<CR><CR>",
|
||||
["<C-l>"] = ":tabnext<CR><CR>",
|
||||
["<C-j>"] = ":tabprevious<CR><CR>",
|
||||
["<C-k>"] = ":tabnext<CR><CR>",
|
||||
["<C-n>"] = ":tabnew<CR><CR>",
|
||||
["<C-q>"] = ":tabclose<CR><CR>",
|
||||
|
||||
|
||||
@@ -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";
|
||||
})
|
||||
];
|
||||
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user