nix/home/default.nix
2026-03-30 00:28:59 -04:00

8 lines
86 B
Nix

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