nichts/hosts/tower/default.nix

9 lines
119 B
Nix
Raw Normal View History

2025-03-02 19:35:22 +01:00
_: {
imports = [
./configuration.nix
./programs.nix
./hardware-configuration.nix
./filesystem
];
}