mirror of
https://github.com/harivansh-afk/nix.git
synced 2026-04-15 09:01:16 +00:00
8 lines
104 B
Nix
8 lines
104 B
Nix
{...}: {
|
|
imports = [
|
|
./common.nix
|
|
./colima.nix
|
|
./karabiner.nix
|
|
./rectangle.nix
|
|
];
|
|
}
|