7 lines
89 B
Python
7 lines
89 B
Python
defaults = {
|
|
'apt': {
|
|
'packages': {
|
|
'zsh': {},
|
|
}
|
|
}
|
|
}
|