move users config into modules

This commit is contained in:
jopejoe1 2024-07-16 22:04:08 +02:00
parent e24f78d5f5
commit d2336f16a6
4 changed files with 45 additions and 11 deletions

View file

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