asdasd
This commit is contained in:
parent
01b2970436
commit
3b2e94cd9f
2 changed files with 6 additions and 5 deletions
|
|
@ -1,8 +1,4 @@
|
|||
{
|
||||
lib,
|
||||
config,
|
||||
...
|
||||
}: {
|
||||
{lib, ...}: {
|
||||
options.myModules = {
|
||||
games.enable = lib.mkOption {
|
||||
type = lib.types.bool;
|
||||
|
|
|
|||
5
home/modules/shell/default.nix
Normal file
5
home/modules/shell/default.nix
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
imports = [
|
||||
./shell.nix
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue