Onizuka, switch from kitty to foot
This commit is contained in:
parent
0298b801b6
commit
17b3b57a4a
1 changed files with 6 additions and 3 deletions
|
|
@ -22,9 +22,12 @@
|
|||
trash.enable = true;
|
||||
|
||||
fish.enable = true;
|
||||
kitty.enable = true;
|
||||
kitty.make_default = true;
|
||||
kitty.font = "Cascadia Code";
|
||||
foot = {
|
||||
enable = true;
|
||||
make_default = true;
|
||||
font = "Cascadia Code";
|
||||
theme.catppuccin.enable = true;
|
||||
};
|
||||
git.enable = true;
|
||||
git.username = "Julia Lange";
|
||||
git.email = "public@julialange.org";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue