start converting modules to options

This commit is contained in:
Kopatz
2024-04-16 15:01:48 +02:00
parent 859e4c4b4e
commit ec12a6b917
14 changed files with 100 additions and 52 deletions

6
modules/nix/default.nix Normal file
View File

@@ -0,0 +1,6 @@
{ pkgs, config, ...}:
{
imports = [
];
}