initial gaming module
This commit is contained in:
14
home/modules/gaming.nix
Normal file
14
home/modules/gaming.nix
Normal file
@ -0,0 +1,14 @@
|
||||
{ config, lib, pkgs, ... }:
|
||||
|
||||
with lib;
|
||||
|
||||
let
|
||||
cfg = config.modules.gaming;
|
||||
flatpak = config.module.flatpak;
|
||||
in {
|
||||
imports = [ ];
|
||||
|
||||
options.modules.gaming = {};
|
||||
|
||||
config = mkIf cfg.enable {};
|
||||
}
|
Reference in New Issue
Block a user