begin (possible) module rewrite

This commit is contained in:
xunuwu 2024-08-27 00:23:34 +02:00
parent 675d0453ad
commit 7cdfb454eb
Signed by: xun
SSH key fingerprint: SHA256:Uot/1WoAjWAeqLOHA5vYy4phhVydsH7jCPmBjaPZfgI
6 changed files with 68 additions and 3 deletions

5
modules/xun/default.nix Normal file
View file

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