kitty: disable the terminal bell

This commit is contained in:
2022-06-30 00:43:08 -07:00
parent 8db30b5de9
commit 1098c66e8d

View File

@@ -109,7 +109,10 @@ in
}; };
}; };
}; };
kitty.enable = true; kitty = {
enable = true;
settings.enable_audio_bell = false;
};
git = { git = {
enable = true; enable = true;
userName = "colin"; userName = "colin";