format code

This commit is contained in:
2025-12-24 06:47:56 +01:00
parent f01b079931
commit fb6ac408e1
3 changed files with 13 additions and 16 deletions

View File

@@ -2,8 +2,7 @@
lib,
outputs,
...
}:
{
}: {
# Apply overlays
nixpkgs = {
# TODO: apply this to hm and nixos without duplicate code
@@ -36,7 +35,7 @@
};
nix.optimise = {
automatic = true;
dates = [ "weekly" ]; # Optional; allows customizing optimisation schedule
dates = ["weekly"]; # Optional; allows customizing optimisation schedule
};
programs.nix-ld.enable = true;