From 432b5b8a9b440c6244e605c21b3bad9315b561cb Mon Sep 17 00:00:00 2001
From: rycee
Default: Default:
Declared by: Whether to enable bacon, a background rust code checker. Type:
+boolean Default:
+ Example:
+ Declared by: Bacon configuration.
+For available settings see https://dystroy.org/bacon/#global-preferences. Type:
+TOML value Example: Declared by: Whether to enable GNU Bourne-Again SHell. Type:
boolean Default:
Example:
""
<home-manager/modules/programs/autorandr.nix>
+
programs.bacon.enable
false
true
+<home-manager/modules/programs/bacon.nix>
+
programs.bacon.settings
{
+ jobs = {
+ default = {
+ command = [
+ "cargo"
+ "build"
+ "--all-features"
+ "--color"
+ "always"
+ ];
+ need_stdout = true;
+ };
+ };
+}
+
+<home-manager/modules/programs/bacon.nix>
programs.bash.enable
false