new fonts

This commit is contained in:
sloane 2024-04-04 08:53:03 -04:00
parent 85f0f1e98b
commit 1619b2f360
No known key found for this signature in database
3 changed files with 8 additions and 6 deletions

View file

@ -66,6 +66,8 @@
"unnaturalscrollwheels" "unnaturalscrollwheels"
"font-cousine-nerd-font" "font-cousine-nerd-font"
"font-victor-mono-nerd-font"
"font-recursive-mono-nerd-font"
]; ];
masApps = { masApps = {
"Things 3" = 904280696; "Things 3" = 904280696;

View file

@ -108,10 +108,10 @@
{ key = ";"; action = ":"; } { key = ";"; action = ":"; }
{ key = "q;"; action = "q:"; } { key = "q;"; action = "q:"; }
{ key = "<leader>y"; action = "\"+y"; } { key = "<leader>y"; action = ''"+y''; }
{ key = "<leader>Y"; action = "\"+Y"; } { key = "<leader>Y"; action = ''"+Y''; }
{ key = "<leader>p"; action = "\"+p"; } { key = "<leader>p"; action = ''"+p''; }
{ key = "<leader>P"; action = "\"+P"; } { key = "<leader>P"; action = ''"+P''; }
{ key = "<leader>w"; action = "<cmd>w<cr>"; } { key = "<leader>w"; action = "<cmd>w<cr>"; }
{ key = "<leader>q"; action = "<cmd>q<cr>"; } { key = "<leader>q"; action = "<cmd>q<cr>"; }

View file

@ -151,8 +151,8 @@
programs.kitty = { programs.kitty = {
enable = true; enable = true;
font = { font = {
name = "Cousine Nerd Font Mono Regular"; name = "VictorMono Nerd Font Mono";
size = 18; size = 16;
}; };
settings = { settings = {
confirm_os_window_close = 0; confirm_os_window_close = 0;