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; enable = true;
package = (nixGL pkgs.kitty); package = (nixGL pkgs.kitty);
font = { font = {
name = "JetBrainsMono"; name = "JetBrainsMono Nerd Font Mono";
size = 14; size = 14;
}; };
themeFile = "Dracula"; themeFile = "Dracula";

View file

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