mirror of
https://github.com/thilobillerbeck/dotfiles.git
synced 2025-06-11 15:24:36 +02:00
ajusted some options
This commit is contained in:
parent
45dd334231
commit
dea45b282e
6 changed files with 48 additions and 7 deletions
programs
|
@ -19,7 +19,7 @@
|
|||
rerere = { enabled = "1"; };
|
||||
core = {
|
||||
whitespace = "fix,-indent-with-non-tab,trailing-space,cr-at-eol";
|
||||
excludesfile = "~/.gitignore-rab";
|
||||
excludesfile = "~/.gitignore";
|
||||
autocrlf = "input";
|
||||
};
|
||||
apply = { whitespace = "nowarn"; };
|
||||
|
|
|
@ -4,12 +4,14 @@
|
|||
programs.topgrade = {
|
||||
enable = true;
|
||||
settings = {
|
||||
assume_yes = true;
|
||||
ignore_failures = [ "git_repos" ];
|
||||
no_retry = true;
|
||||
pre_sudo = false;
|
||||
cleanup = true;
|
||||
skip_notify = true;
|
||||
misc = {
|
||||
assume_yes = true;
|
||||
ignore_failures = [ "git_repos" ];
|
||||
no_retry = true;
|
||||
pre_sudo = false;
|
||||
cleanup = true;
|
||||
skip_notify = true;
|
||||
};
|
||||
firmware = { upgrade = true; };
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue