nixos/hosts/common/darwin/default.nix
jmug e40afb9f8d [mac] Extract dock configuration to its own module.
Signed-off-by: jmug <u.g.a.mariano@gmail.com>
2025-08-07 17:15:58 -07:00

5 lines
48 B
Nix

{ ... } : {
imports = [
./dock.nix
];
}