This commit is contained in:
Chris Kruining 2025-03-28 22:09:57 +01:00
parent 816b85e06e
commit bc00deb3e1
Signed by: chris
SSH key fingerprint: SHA256:nG82MUfuVdRVyCKKWqhY+pCrbz9nbX6uzUns4RKa1Pg
9 changed files with 9 additions and 9 deletions

View file

@ -1,4 +1,4 @@
{ config, options, pkgs, lib, user, ... }:
{ config, lib, pkgs, user, ... }:
let
inherit (lib.attrsets) mapAttrsToList;
inherit (lib.modules) mkIf;