From 9f154c6d97f2f09f8e3e3d339d5a65702d402102 Mon Sep 17 00:00:00 2001
From: khaneliman
programs.thefuck.enable
-
-
-Whether to enable thefuck - magnificent app that corrects your previous console command.
- -Type: -boolean
- -Default:
-false
Example:
-true
Declared by:
-
-
-<home-manager/modules/programs/thefuck.nix>
-
- |
programs.thefuck.enableBashIntegration
-
-
-Whether to enable Bash integration.
- -Type: -boolean
- -Default:
-home.shell.enableBashIntegration
Example:
-false
Declared by:
-
-
-<home-manager/modules/programs/thefuck.nix>
-
- |
programs.thefuck.enableFishIntegration
-
-
-Whether to enable Fish integration.
- -Type: -boolean
- -Default:
-home.shell.enableFishIntegration
Example:
-false
Declared by:
-
-
-<home-manager/modules/programs/thefuck.nix>
-
- |
programs.thefuck.enableInstantMode
-
-
-Whether to enable thefuck’s experimental instant mode.
- -Type: -boolean
- -Default:
-false
Example:
-true
Declared by:
-
-
-<home-manager/modules/programs/thefuck.nix>
-
- |
programs.thefuck.enableNushellIntegration
-
-
-Whether to enable Nushell integration.
- -Type: -boolean
- -Default:
-home.shell.enableNushellIntegration
Example:
-false
Declared by:
-
-
-<home-manager/modules/programs/thefuck.nix>
-
- |
programs.thefuck.enableZshIntegration
-
-
-Whether to enable Zsh integration.
- -Type: -boolean
- -Default:
-home.shell.enableZshIntegration
Example:
-false
Declared by:
-
-
-<home-manager/modules/programs/thefuck.nix>
-
- |
programs.thefuck.package
-
-
-The thefuck package to use.
- -Type: -package
- -Default:
-pkgs.thefuck
Declared by:
-
-
-<home-manager/modules/programs/thefuck.nix>
-
- |
programs.thefuck.alias
-
-
-Alias used to invoke thefuck.
Type: -string
- -Default:
-"fuck"
Declared by:
-
-
-<home-manager/modules/programs/thefuck.nix>
-
- |
programs.thunderbird.enable