mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 01:17:42 -04:00
15 lines
246 B
Nix
15 lines
246 B
Nix
{ pkgs, ... }: {
|
|
system.stateVersion = 4;
|
|
|
|
homebrew = {
|
|
# used to have tap sandreas/tap and program m4b-tool
|
|
casks = [
|
|
"backblaze"
|
|
"calibre"
|
|
"steam"
|
|
];
|
|
masApps = {
|
|
"HomeCam" = 1292995895;
|
|
};
|
|
};
|
|
}
|