[mac] Extract dock configuration to its own module.
Signed-off-by: jmug <u.g.a.mariano@gmail.com>
This commit is contained in:
parent
79aefc3cee
commit
e40afb9f8d
4 changed files with 19 additions and 2 deletions
5
hosts/common/darwin/default.nix
Normal file
5
hosts/common/darwin/default.nix
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{ ... } : {
|
||||
imports = [
|
||||
./dock.nix
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue