nyx/modules/base/nix/default.nix

8 lines
77 B
Nix
Raw Normal View History

2025-01-12 18:35:44 +02:00
{
imports = [
2025-01-26 00:36:34 +02:00
./nix.nix
2025-02-03 21:08:53 +02:00
./substituters.nix
./system.nix
2025-01-12 18:35:44 +02:00
];
}