user: separated into new file

This commit is contained in:
2026-05-17 09:58:28 +02:00
parent a3edee2d44
commit 1389dc3086
3 changed files with 64 additions and 57 deletions
+7
View File
@@ -0,0 +1,7 @@
# configuration is in ../../../modules/nixos/user.nix
{
...
}:
{
home-manager.users.tomasr = ../../../hosts/laptop/home.nix;
}