flocon/system/default.nix

16 lines
145 B
Nix
Raw Normal View History

{
imports = [
./core
./nix
./hardware/printing.nix
./hardware/fwupd.nix
./network
./programs
./services
];
}