nixdots/system/shared/default.nix
2024-06-09 18:19:43 +02:00

18 lines
243 B
Nix

_: {
imports = [
./hardware
./boot
./services
./nix
./environment
./impermanence
./security
./multimedia
./programs.nix
./system.nix
./network.nix
./bluetooth.nix
./localisation.nix
];
}