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
|
dunst
|
||||||
swww
|
swww
|
||||||
waypaper
|
waypaper
|
||||||
|
bibata-cursors
|
||||||
|
|
||||||
delta
|
delta
|
||||||
lazygit
|
lazygit
|
||||||
|
@ -122,6 +123,7 @@
|
||||||
"$Right" = "O";
|
"$Right" = "O";
|
||||||
"$Up" = "I";
|
"$Up" = "I";
|
||||||
"$Down" = "U";
|
"$Down" = "U";
|
||||||
|
env = [ "HYPRCURSOR_THEME,Bibata-Modern-Ice" "HYPRCURSOR_SIZE,20" ];
|
||||||
bind =
|
bind =
|
||||||
[
|
[
|
||||||
"$mod, F, exec, librewolf"
|
"$mod, F, exec, librewolf"
|
||||||
|
@ -330,6 +332,11 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
programs.readline = {
|
||||||
|
enable = true;
|
||||||
|
extraConfig = "set editing-mode vi";
|
||||||
|
};
|
||||||
|
|
||||||
programs.waybar = {
|
programs.waybar = {
|
||||||
enable = true;
|
enable = true;
|
||||||
settings = {
|
settings = {
|
||||||
|
|
Loading…
Reference in a new issue