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

14
modules/gaming.nix Normal file
View File

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