feat: move home-manager configurations into profiles
This commit is contained in:
parent
69362c063b
commit
8da3ae268a
5 changed files with 67 additions and 62 deletions
8
users/profiles/kitty.nix
Normal file
8
users/profiles/kitty.nix
Normal file
|
@ -0,0 +1,8 @@
|
|||
{ pkgs, ... }: {
|
||||
programs.kitty = {
|
||||
enable = true;
|
||||
font.package = (pkgs.nerdfonts.override { fonts = [ "DejaVuSansMono" ]; });
|
||||
font.name = "DejaVuSansMono";
|
||||
font.size = 16;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue