update kitty and topgrade

This commit is contained in:
Thilo Billerbeck 2025-05-07 01:51:03 +02:00
parent f3de07342f
commit 378907a262
2 changed files with 4 additions and 1 deletions
home-manager/programs

View file

@ -12,7 +12,7 @@ in
enable = true;
package = (nixGL pkgs.kitty);
font = {
name = "JetBrainsMono";
name = "JetBrainsMono Nerd Font Mono";
size = 14;
};
themeFile = "Dracula";

View file

@ -24,6 +24,9 @@ in
"flutter"
"nix"
"uv"
"brew_cask"
"brew_formula"
"waydroid"
];
};
git.repos = [ configPath ];