feat: add kitty and yazi
This commit is contained in:
parent
3a72a0b20e
commit
da7363f629
8 changed files with 27 additions and 6 deletions
12
users/gandalf/modules/gui/programs/kitty.nix
Normal file
12
users/gandalf/modules/gui/programs/kitty.nix
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{ pkgs, lib, ... }:
|
||||
let
|
||||
common = (import ../common.nix) { pkgs = pkgs; lib = lib; };
|
||||
in
|
||||
{
|
||||
programs.kitty = {
|
||||
enable = true;
|
||||
font.name = common.font;
|
||||
font.size = 12;
|
||||
theme = "Tango Light";
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue