add customfonts
custom package
This commit is contained in:
parent
1a85ad210f
commit
9a12e1f7bb
2 changed files with 32 additions and 0 deletions
|
@ -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
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue