nixdots/system/default.nix

6 lines
36 B
Nix
Raw Normal View History

2024-04-13 17:05:42 +00:00
{
2024-03-21 20:47:25 +00:00
imports = [
2024-04-13 17:05:42 +00:00
./shared
2024-03-21 20:47:25 +00:00
];
2024-02-24 21:24:22 +00:00
}