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

7 lines
61 B
Nix
Raw Normal View History

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