This commit is contained in:
Jean-Marie 'Histausse' Mineau 2024-02-12 22:57:56 +01:00
parent 63a5f9973e
commit e1f483126c
Signed by: histausse
GPG key ID: B66AEEDA9B645AD2

View file

@ -1,4 +1,4 @@
{ config, pkgs, ... }:
{ lib, config, pkgs, ... }:
with lib;
let
cfgBase = config.base;