users: move users to another module

This commit is contained in:
2025-12-21 22:17:25 +02:00
parent 88bc5ec810
commit 17246b3ccb
9 changed files with 60 additions and 26 deletions
@@ -1 +1 @@
{flake, ...}: {imports = [flake.modules.shared.user];}
{flake, ...}: {imports = [flake.modules.users.user];}