This website requires JavaScript.
Explore
Help
Sign in
eeva
/
home-manager
Watch
1
Star
0
Fork
You've already forked home-manager
0
mirror of
https://github.com/nix-community/home-manager
synced
2024-11-01 08:49:44 +01:00
Code
Issues
Releases
Wiki
Activity
46833c3115
home-manager
/
tests
/
modules
/
programs
/
bat
/
default.nix
5 lines
76 B
Nix
Raw
Normal View
History
Unescape
Escape
bat: allow setting themes/syntaxes without IFD The way the `bat` module is currently written makes it essentially impossible to use themes and syntaxes without IFD, since you must provide the contents as string, instead of just giving a path to be linked. With this change, setting themes/syntaxes by-string will start issuing warnings, and a new attribute model is added, lightly inspired by how `programs.zsh.plugins` avoided this issue.
2023-10-05 22:01:18 +02:00
{
bat
=
./bat.nix
;
bat-deprecated-options
=
./deprecated-options.nix
;
}
Reference in a new issue
Copy permalink