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"
"font-cousine-nerd-font"
"font-victor-mono-nerd-font"
"font-recursive-mono-nerd-font"
];
masApps = {
"Things 3" = 904280696;

View file

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

View file

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