run nixfmt

This commit is contained in:
2025-10-02 10:08:12 +00:00
parent c05cb4d125
commit dd6fe450fb
22 changed files with 529 additions and 442 deletions

View File

@@ -12,7 +12,7 @@ in
options.modules.greetd = {
enable = lib.mkEnableOption "Greetd configuration module";
};
config = {
config = {
services.greetd = {
enable = true;
settings = {
@@ -21,7 +21,7 @@ in
user = "greeter";
};
};
};
};
systemd.services.greetd.serviceConfig = {
Type = "idle";
StandardInput = "tty";
@@ -32,5 +32,5 @@ in
TTYVHangup = true;
TTYVTDisallocate = true;
};
};
};
}