This commit is contained in:
maxstrb 2026-03-14 22:44:26 +01:00
parent 01b2970436
commit 3b2e94cd9f
2 changed files with 6 additions and 5 deletions

View file

@ -1,8 +1,4 @@
{ {lib, ...}: {
lib,
config,
...
}: {
options.myModules = { options.myModules = {
games.enable = lib.mkOption { games.enable = lib.mkOption {
type = lib.types.bool; type = lib.types.bool;

View file

@ -0,0 +1,5 @@
{
imports = [
./shell.nix
];
}