treewide: reformat nixfmt-rfc-style

Reformat repository using new nixfmt-rfc-style.
This commit is contained in:
Austin Horstman 2025-04-07 16:11:29 -05:00
parent 5df48c4255
commit cba2f9ce95
1051 changed files with 37028 additions and 26594 deletions

View file

@ -1,6 +1,13 @@
{ config, pkgs, lib, ... }:
let cfg = config.programs.script-directory;
in {
{
config,
pkgs,
lib,
...
}:
let
cfg = config.programs.script-directory;
in
{
meta.maintainers = [ lib.hm.maintainers.janik ];
options.programs.script-directory = {
@ -18,8 +25,7 @@ in {
SD_CAT = "lolcat";
}
'';
description =
"script-directory config, for options take a look at the [documentation](https://github.com/ianthehenry/sd#options)";
description = "script-directory config, for options take a look at the [documentation](https://github.com/ianthehenry/sd#options)";
};
};
config = lib.mkIf cfg.enable {