nixos_config/nixos/default.nix

10 lines
116 B
Nix
Raw Normal View History

2025-08-24 16:05:54 +02:00
{ ... }: {
imports = [
./hardware
./programs
./services
./system
./themes
./virtual
];
}