add customfonts custom package

This commit is contained in:
cswimr 2024-12-19 11:09:15 -05:00
parent 1a85ad210f
commit 9a12e1f7bb
Signed by: cswimr
GPG key ID: 0EC431A8DA8F8087
2 changed files with 32 additions and 0 deletions

View file

@ -21,6 +21,7 @@ let
libnotify
hoppscotch
];
customfonts = pkgs.callPackage ../packages/customfonts.nix { inherit pkgs; };
in
{
environment.systemPackages = lib.lists.unique (kdePackages ++ packages);
@ -44,6 +45,7 @@ in
programs.partition-manager.enable = true;
fonts.packages = with pkgs; [
customfonts
corefonts
nerd-fonts.fira-code
];