9 lines
122 B
Nix
9 lines
122 B
Nix
_: {
|
|
homebrew = {
|
|
enable = true;
|
|
casks = [
|
|
"eloston-chromium"
|
|
"db-browser-for-sqlite"
|
|
];
|
|
};
|
|
}
|