terminal emulator exploration: sticking with alacritty for now
This commit is contained in:
parent
b73ebb0758
commit
caa1b407ec
3 changed files with 45 additions and 1 deletions
7
nix/home/programs/kitty/default.nix
Normal file
7
nix/home/programs/kitty/default.nix
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
programs.kitty = {
|
||||
enable = true;
|
||||
font = { name = "monospace"; size = 14; };
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue