mirror of
https://github.com/thilobillerbeck/dotfiles.git
synced 2024-11-22 16:08:50 +01:00
adjusted topgrade settings
This commit is contained in:
parent
83585a16da
commit
f58b262c54
1 changed files with 5 additions and 0 deletions
|
@ -11,6 +11,11 @@
|
||||||
pre_sudo = false;
|
pre_sudo = false;
|
||||||
cleanup = true;
|
cleanup = true;
|
||||||
skip_notify = true;
|
skip_notify = true;
|
||||||
|
disable = [
|
||||||
|
"bun"
|
||||||
|
"tldr"
|
||||||
|
"flutter"
|
||||||
|
];
|
||||||
};
|
};
|
||||||
firmware = { upgrade = true; };
|
firmware = { upgrade = true; };
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue