Lots of changes
This commit is contained in:
parent
41387bf18d
commit
6c1838ede0
8 changed files with 48 additions and 168 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue