mirror of
https://github.com/harivansh-afk/nix.git
synced 2026-04-15 19:05:17 +00:00
7 lines
87 B
Nix
7 lines
87 B
Nix
{...}: {
|
|
imports = [
|
|
./common.nix
|
|
./karabiner.nix
|
|
./rectangle.nix
|
|
];
|
|
}
|