refactor: apply nixfmt

This commit is contained in:
2025-06-04 00:39:56 +03:00
parent 93debfb780
commit af827c485b
10 changed files with 354 additions and 261 deletions

View File

@@ -28,8 +28,11 @@
};
};
fonts.packages = lib.mkAfter (with pkgs; [
vistafonts
corefonts
]);
fonts.packages = lib.mkAfter (
with pkgs;
[
vistafonts
corefonts
]
);
}