nix/home/default.nix
2026-03-22 14:44:00 -04:00

7 lines
87 B
Nix

{...}: {
imports = [
./common.nix
./karabiner.nix
./rectangle.nix
];
}