diff --git a/hosts/nb-new.cloonar.com/configuration.nix b/hosts/nb-new.cloonar.com/configuration.nix index 490a288..95cf617 100644 --- a/hosts/nb-new.cloonar.com/configuration.nix +++ b/hosts/nb-new.cloonar.com/configuration.nix @@ -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; diff --git a/hosts/nb-new.cloonar.com/modules/nvim/config/keymappings.lua b/hosts/nb-new.cloonar.com/modules/nvim/config/keymappings.lua index 2db0051..c79f960 100644 --- a/hosts/nb-new.cloonar.com/modules/nvim/config/keymappings.lua +++ b/hosts/nb-new.cloonar.com/modules/nvim/config/keymappings.lua @@ -45,8 +45,8 @@ local defaults = { -- [""] = "j", -- [""] = "k", -- [""] = "l", - [""] = ":tabprevious", - [""] = ":tabnext", + [""] = ":tabprevious", + [""] = ":tabnext", [""] = ":tabnew", [""] = ":tabclose", diff --git a/hosts/nb-new.cloonar.com/users/dominik.nix b/hosts/nb-new.cloonar.com/users/dominik.nix index c269a5a..fab0daf 100644 --- a/hosts/nb-new.cloonar.com/users/dominik.nix +++ b/hosts/nb-new.cloonar.com/users/dominik.nix @@ -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"; + }) ]; };