From aa199a1608b78dce7fa9ea2889db2a3961dcac77 Mon Sep 17 00:00:00 2001 From: Youwen Wu Date: Thu, 11 Jul 2024 16:57:24 -0700 Subject: [PATCH] feat: add some cursors and vi keys --- home.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/home.nix b/home.nix index 0dc6642..c7389f4 100755 --- a/home.nix +++ b/home.nix @@ -104,6 +104,7 @@ dunst swww waypaper + bibata-cursors delta lazygit @@ -122,6 +123,7 @@ "$Right" = "O"; "$Up" = "I"; "$Down" = "U"; + env = [ "HYPRCURSOR_THEME,Bibata-Modern-Ice" "HYPRCURSOR_SIZE,20" ]; bind = [ "$mod, F, exec, librewolf" @@ -330,6 +332,11 @@ }; }; + programs.readline = { + enable = true; + extraConfig = "set editing-mode vi"; + }; + programs.waybar = { enable = true; settings = {