1
0
Fork 0
nix-configuration/modules/users/default.nix

7 lines
69 B
Nix
Raw Normal View History

2024-02-29 14:53:34 +00:00
{ ... }: {
imports = [
./aires
./gremlin
./media
];
}