mirror of
https://github.com/thilobillerbeck/dotfiles.git
synced 2025-05-24 08:41:38 +02:00
update kitty and topgrade
This commit is contained in:
parent
f3de07342f
commit
378907a262
2 changed files with 4 additions and 1 deletions
home-manager/programs
|
@ -12,7 +12,7 @@ in
|
|||
enable = true;
|
||||
package = (nixGL pkgs.kitty);
|
||||
font = {
|
||||
name = "JetBrainsMono";
|
||||
name = "JetBrainsMono Nerd Font Mono";
|
||||
size = 14;
|
||||
};
|
||||
themeFile = "Dracula";
|
||||
|
|
|
@ -24,6 +24,9 @@ in
|
|||
"flutter"
|
||||
"nix"
|
||||
"uv"
|
||||
"brew_cask"
|
||||
"brew_formula"
|
||||
"waydroid"
|
||||
];
|
||||
};
|
||||
git.repos = [ configPath ];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue