statix, deadnix, alejandra

This commit is contained in:
Gerg-L 2024-07-08 17:08:13 -04:00
commit 6d93ed03c4
No known key found for this signature in database
24 changed files with 28 additions and 61 deletions

View file

@ -1,7 +1,6 @@
{
config,
lib,
pkgs,
...
}: let
inherit (lib.modules) mkIf;

View file

@ -1,8 +1,4 @@
{
config,
lib,
...
}: let
{lib, ...}: let
inherit (lib.options) mkEnableOption mkOption;
inherit (lib.types) enum listOf str nullOr int;