Lots of changes

This commit is contained in:
FredzyW 2024-11-11 16:15:26 +01:00
parent 41387bf18d
commit 6c1838ede0
8 changed files with 48 additions and 168 deletions

View file

@ -3,18 +3,18 @@
programs.kitty = {
enable = true;
font = if myhostname == "laptop" then {
name = "FiraCode Nerd Font Bold";
size = 24;
# name = "Iosevka Nerd Font Bold";
name = "ComicShannsMono Nerd Font Bold";
size = 20;
} else {
name = "FiraCode Nerd Font Bold";
# name = "Iosevka Nerd Font Bold";
name = "ComicShannsMono Nerd Font Bold";
size = 13;
};
shellIntegration = {
mode = "no-cursor";
};
# theme = "Catppuccin-Latte";
theme = "Catppuccin-Mocha";
# theme = "Catppuccin-Macchiato";
settings = {
confirm_os_window_close = 2;
cursor_shape = "block";