Fixed res for work computer
This commit is contained in:
parent
98fccc618b
commit
6689253d15
1 changed files with 3 additions and 6 deletions
|
@ -2,17 +2,14 @@
|
||||||
{
|
{
|
||||||
programs.kitty = {
|
programs.kitty = {
|
||||||
enable = true;
|
enable = true;
|
||||||
font = if myhostname == "desktop" then {
|
font = if myhostname == "laptop" then {
|
||||||
name = "FiraCode Nerd Font";
|
name = "FiraCode Nerd Font";
|
||||||
size = 18;
|
size = 24;
|
||||||
} else {
|
} else {
|
||||||
name = "FiraCode Nerd Font";
|
name = "FiraCode Nerd Font";
|
||||||
# size = 18;
|
size = 18;
|
||||||
size = 24;
|
|
||||||
# size = 30;
|
|
||||||
};
|
};
|
||||||
shellIntegration = {
|
shellIntegration = {
|
||||||
# enableZshIntegration = true;
|
|
||||||
mode = "no-cursor";
|
mode = "no-cursor";
|
||||||
};
|
};
|
||||||
theme = "Catppuccin-Macchiato";
|
theme = "Catppuccin-Macchiato";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue