1

update modules and use modules mylib

This commit is contained in:
2022-08-08 21:19:13 +02:00
parent d68ef47405
commit 135ae485a6
6 changed files with 71 additions and 139 deletions

View File

@ -1,6 +1,7 @@
{ config, lib, pkgs, ... }:
{ config, lib, mylib, pkgs, ... }:
with lib;
with mylib.modules;
let
cfg = config.modules.gaming;