Add kitty

This commit is contained in:
Florian RICHER 2024-05-05 19:55:22 +02:00
parent 900fd07399
commit 4d24fae830
3 changed files with 24 additions and 6 deletions

View file

@ -1,4 +1,4 @@
{ config, pkgs, ... }:
{ config, pkgs, users, ... }:
{
programs.zsh = {
@ -23,9 +23,4 @@
}
];
};
home.packages = with pkgs; [
fira-code-nerdfont
];
}