1

restructure

This commit is contained in:
2022-08-08 17:42:01 +02:00
parent 2772f6a0ce
commit 2b33e597a4
9 changed files with 6 additions and 6 deletions

View File

@ -1,14 +0,0 @@
{ config, lib, pkgs, ... }:
with lib;
let
cfg = config.modules.gaming;
flatpak = config.modules.flatpak;
in {
imports = [ ];
options.modules.gaming = {};
config = mkIf cfg.enable {};
}