nix-conf/modules/users/default.nix
2023-12-29 16:43:40 +01:00

8 lines
59 B
Nix

{ ... }:
{
imports = [
./root
./jopejoe1
];
}