This commit is contained in:
smayzy
2025-08-24 22:27:49 +02:00
parent 771a2b88a7
commit 0ce0d549ba
8 changed files with 76 additions and 28 deletions
+6 -1
View File
@@ -1,4 +1,9 @@
{ lib, pkgs, config, ... }:
{
lib,
pkgs,
config,
...
}:
let
inherit (lib) mkIf mkOption types;
in