From 86dd6a8727563f973b72f9729f867c667deead29 Mon Sep 17 00:00:00 2001
From: khaneliman
programs.sheldon.enable
+
+
+Whether to enable sheldon.
+ +Type: +boolean
+ +Default:
+false
Example:
+true
Declared by:
+
+
+<home-manager/modules/programs/sheldon.nix>
+
+ |
programs.sheldon.enableBashIntegration
+
+
+Whether to enable Bash integration.
+ +Type: +boolean
+ +Default:
+home.shell.enableBashIntegration
Example:
+false
Declared by:
+
+
+<home-manager/modules/programs/sheldon.nix>
+
+ |
programs.sheldon.enableFishIntegration
+
+
+Whether to enable Fish integration.
+ +Type: +boolean
+ +Default:
+home.shell.enableFishIntegration
Example:
+false
Declared by:
+
+
+<home-manager/modules/programs/sheldon.nix>
+
+ |
programs.sheldon.enableZshIntegration
+
+
+Whether to enable Zsh integration.
+ +Type: +boolean
+ +Default:
+home.shell.enableZshIntegration
Example:
+false
Declared by:
+
+
+<home-manager/modules/programs/sheldon.nix>
+
+ |
programs.sheldon.package
+
+
+The sheldon package to use.
+ +Type: +package
+ +Default:
+pkgs.sheldon
Declared by:
+
+
+<home-manager/modules/programs/sheldon.nix>
+
+ |
programs.sheldon.settings
+
+
+Type: +TOML value
+ +Default:
+{ }
Example:
+
Declared by:
+
+
+<home-manager/modules/programs/sheldon.nix>
+
+ |
programs.sherlock.enable