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

5 lines
48 B
Nix

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