flocon/config/nixos/default.nix

12 lines
80 B
Nix
Raw Normal View History

{
imports = [
./nix
./network
./programs
./services
];
}