You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The delta program is a syntax-highlighting pager for git, diff, and grep. Currently, Home Manager does not provide a programs.delta module, and attempting to enable it results in the following error:
error: The option `home-manager.users.<user>.programs.delta' does not exist.
While delta can be installed manually via:
home.packages=[pkgs.delta];
having a dedicated module would improve usability and consistency with other CLI tools like git and bat.
Expected Behavior
A programs.delta module should be available with an option like:
programs.delta.enable=true;
which would automatically install delta and possibly allow configuration of its settings.
Additional Context
Home Manager Version: (output of home-manager --version)
Nixpkgs Version: (output of nix-instantiate --eval --expr '<nixpkgs>')
System: (e.g., macOS/Darwin or Linux)
Would love to see this implemented! Thanks for the great work. 🚀
The text was updated successfully, but these errors were encountered:
Description
The
delta
program is a syntax-highlighting pager forgit
,diff
, andgrep
. Currently, Home Manager does not provide aprograms.delta
module, and attempting to enable it results in the following error:While
delta
can be installed manually via:having a dedicated module would improve usability and consistency with other CLI tools like
git
andbat
.Expected Behavior
A
programs.delta
module should be available with an option like:which would automatically install
delta
and possibly allow configuration of its settings.Additional Context
home-manager --version
)nix-instantiate --eval --expr '<nixpkgs>'
)Would love to see this implemented! Thanks for the great work. 🚀
The text was updated successfully, but these errors were encountered: