DashNix/base/default.nix
2024-08-25 19:10:41 +02:00

7 lines
84 B
Nix

{
imports = [
./env.nix
./xkb_layout.nix
./common_hardware.nix
];
}