56 current 2024-02-29 23:21:22 24.05.20240228.9099616 6.6.18 *

This commit is contained in:
zackartz 2024-02-29 23:21:26 -05:00
parent 70f94b109d
commit 78fdbf4903
2 changed files with 14 additions and 9 deletions

13
modules/rice/kitty.nix Normal file
View file

@ -0,0 +1,13 @@
{
programs.kitty = {
enable = true;
font = {
name = "Iosevka Nerd Font Mono";
size = 14;
};
settings = {
window_padding_width = 4;
};
theme = "Ayu Mirage";
};
}