fmt: reformat
All checks were successful
gitea-deepak/nixconf/pipeline/head This commit looks good
Test templates, puts into cache / nix (nix-runner) (push) Successful in 6m33s

This commit is contained in:
2025-03-24 04:12:00 -05:00
parent 9dbe1605e0
commit a057d9bcc7
13 changed files with 368 additions and 344 deletions

View File

@@ -3,9 +3,11 @@
customPackageOverlay,
modulesPath,
...
}: let
custom-fonts = import ../../fonts {inherit pkgs;};
in {
}:
let
custom-fonts = import ../../fonts { inherit pkgs; };
in
{
imports = [
"${modulesPath}/profiles/minimal.nix"
];