From ecefc32f48bc086e3b264be7c45113a12d6ff2b1 Mon Sep 17 00:00:00 2001
From: khaneliman
programs.lsd.enableAliases
+ programs.lsd.enableBashIntegration
Whether to enable recommended lsd aliases.
+Whether to enable Bash integration.
Type: boolean
Default:
+home.shell.enableBashIntegration
Example:
false
Declared by:
+
+
+<home-manager/modules/programs/lsd.nix>
+
+ |
programs.lsd.enableFishIntegration
+
+
+Whether to enable Fish integration.
+ +Type: +boolean
+ +Default:
+home.shell.enableFishIntegration
Example:
+false
Declared by:
+
+
+<home-manager/modules/programs/lsd.nix>
+
+ |
programs.lsd.enableZshIntegration
+
+
+Whether to enable Zsh integration.
+ +Type: +boolean
+ +Default:
+home.shell.enableZshIntegration
Example:
+false
Declared by:
+
+
+<home-manager/modules/programs/lsd.nix>
+
+ |
programs.lsd.package
+
+
+The lsd package to use.
+ +Type: +null or package
+ +Default:
+pkgs.lsd
Declared by: