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

@@ -55,7 +55,7 @@ in {
ohMyZsh = { ohMyZsh = {
enable = true; # Enable Oh My Zsh enable = true; # Enable Oh My Zsh
theme = "steeef"; # Set theme theme = "steeef"; # Set theme
plugins = [ "git" "zsh-autosuggestions" ]; # Add plugins plugins = [ "git" ]; # Add plugins
}; };
}; };
users.defaultUserShell = pkgs.zsh; users.defaultUserShell = pkgs.zsh;

View File

@@ -45,8 +45,8 @@ local defaults = {
-- ["<C-j>"] = "<C-w>j", -- ["<C-j>"] = "<C-w>j",
-- ["<C-k>"] = "<C-w>k", -- ["<C-k>"] = "<C-w>k",
-- ["<C-l>"] = "<C-w>l", -- ["<C-l>"] = "<C-w>l",
["<C-h>"] = ":tabprevious<CR><CR>", ["<C-j>"] = ":tabprevious<CR><CR>",
["<C-l>"] = ":tabnext<CR><CR>", ["<C-k>"] = ":tabnext<CR><CR>",
["<C-n>"] = ":tabnew<CR><CR>", ["<C-n>"] = ":tabnew<CR><CR>",
["<C-q>"] = ":tabclose<CR><CR>", ["<C-q>"] = ":tabclose<CR><CR>",

View File

@@ -229,11 +229,9 @@ in
commandLineArgs = [ commandLineArgs = [
"--enable-features=WebUIDarkMode" "--enable-features=WebUIDarkMode"
"--force-dark-mode" "--force-dark-mode"
# "--high-dpi-support=1"
# "--force-device-scale-factor=1.15"
"--enable-features=UseOzonePlatform" "--enable-features=UseOzonePlatform"
"--ozone-platform=wayland" "--ozone-platform=wayland"
# "--use-gl=egl" "--default-search-provider-search-url=\"https://www.perplexity.ai/search/?q={searchTerms}\""
]; ];
dictionaries = [ dictionaries = [
pkgs.hunspellDictsChromium.en_US pkgs.hunspellDictsChromium.en_US
@@ -290,6 +288,18 @@ in
sha256 = "sha256:107q2knys6xq2sszcmg49f23asp92i5adb46yz18wxn3yc2cybb7"; sha256 = "sha256:107q2knys6xq2sszcmg49f23asp92i5adb46yz18wxn3yc2cybb7";
version = "3.1.33"; 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";
})
]; ];
}; };