Files
nixos/hosts/common/darwin/default.nix
T

6 lines
48 B
Nix
Raw Normal View History

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