411 current 2024-04-18 14:59:24 24.05.20240418.2948912 6.8.6-zen1 nvidiaProduction nvidiaStable nvidiaVulkanBeta
This commit is contained in:
parent
07be2c565b
commit
6fc3314434
1 changed files with 8 additions and 2 deletions
|
|
@ -2,16 +2,22 @@
|
||||||
programs.kitty = {
|
programs.kitty = {
|
||||||
enable = true;
|
enable = true;
|
||||||
font = {
|
font = {
|
||||||
name = "JetBrains Mono Nerd Font Mono";
|
name = "Iosevka Nerd Font Mono SemiBold";
|
||||||
size = 14;
|
size = 14;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
extraConfig = ''
|
||||||
|
bold_font Iosevka Nerd Font Mono Heavy
|
||||||
|
italic_font Iosevka Nerd Font Mono SemiBold Italic
|
||||||
|
bold_italic_font Iosevka Nerd Font Mono Heavy Italic
|
||||||
|
'';
|
||||||
|
|
||||||
catppuccin.enable = true;
|
catppuccin.enable = true;
|
||||||
|
|
||||||
# theme = "catppuccin";
|
# theme = "catppuccin";
|
||||||
|
|
||||||
settings = {
|
settings = {
|
||||||
window_padding_width = 8;
|
window_padding_width = 12;
|
||||||
background_opacity = "0.8";
|
background_opacity = "0.8";
|
||||||
|
|
||||||
# foreground = "#a9b1d6";
|
# foreground = "#a9b1d6";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue