mirror of
https://github.com/youwen5/nixos.git
synced 2024-11-24 17:53:51 -08:00
feat: add some cursors and vi keys
This commit is contained in:
parent
4a0b267034
commit
aa199a1608
1 changed files with 7 additions and 0 deletions
7
home.nix
7
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 = {
|
||||
|
|
Loading…
Reference in a new issue