nix-conf/system/default.nix

17 lines
205 B
Nix
Raw Normal View History

2024-10-18 23:42:11 -04:00
{ ... }:
{
imports = [
./audio.nix
./bash.nix
./boot.nix
./configuration.nix
./display.nix
./locale.nix
./plasma.nix
./security.nix
./users.nix
./virt.nix
];
}