long live Kitty.
This commit is contained in:
parent
5614786b34
commit
1681a20742
5 changed files with 6 additions and 35 deletions
|
|
@ -1,24 +0,0 @@
|
|||
{
|
||||
config,
|
||||
pkgs,
|
||||
lib,
|
||||
...
|
||||
}: {
|
||||
home.packages = with pkgs; [
|
||||
fira-code
|
||||
# monocraft
|
||||
# miracode
|
||||
nerd-fonts.symbols-only
|
||||
];
|
||||
|
||||
programs.ghostty = {
|
||||
enable = true;
|
||||
settings = {
|
||||
font-family = "Fira Code";
|
||||
theme = "Gruvbox Dark";
|
||||
font-size = 12;
|
||||
window-decoration = "server";
|
||||
window-inherit-working-directory = false;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
@ -6,8 +6,8 @@
|
|||
}: {
|
||||
home.packages = with pkgs; [
|
||||
fira-code
|
||||
# monocraft
|
||||
# miracode
|
||||
monocraft
|
||||
miracode
|
||||
nerd-fonts.symbols-only
|
||||
];
|
||||
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
programs.rofi = {
|
||||
enable = true;
|
||||
location = "top";
|
||||
terminal = "ghostty";
|
||||
terminal = "kitty";
|
||||
theme = "gruvbox-dark-soft";
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue