This commit is contained in:
Schrottkatze 2022-08-02 09:55:12 +02:00
commit a4cd48ad93
5 changed files with 307 additions and 0 deletions

6
modules/default.nix Normal file
View file

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