nix-conf/system/common/default.nix
2024-10-24 02:01:46 -05:00

17 lines
205 B
Nix

{ ... }:
{
imports = [
./audio.nix
./bash.nix
./boot.nix
./configuration.nix
./display.nix
./locale.nix
./plasma.nix
./security.nix
./users.nix
./virt.nix
];
}