added kitty shell, module organization changes.
This commit is contained in:
parent
7ff04254fb
commit
a26d6a1e02
11 changed files with 72 additions and 39 deletions
15
modules/home-manager/kittty/kitty.nix
Normal file
15
modules/home-manager/kittty/kitty.nix
Normal file
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
config,
|
||||
pkgs,
|
||||
lib,
|
||||
...
|
||||
}: {
|
||||
programs.kitty = {
|
||||
enable=true;
|
||||
font={
|
||||
package=pkgs.fira-code-nerdfont;
|
||||
name="Fira Code";
|
||||
};
|
||||
theme="Gruvbox Dark";
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue