mirror of
https://github.com/larstvei/nix-config.git
synced 2025-08-30 04:40:13 +00:00
5 lines
81 B
Nix
5 lines
81 B
Nix
{ pkgs, ... }:
|
|
{
|
|
fonts.packages = import ../../home/fonts { inherit pkgs; };
|
|
}
|