mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-02-07 18:19:09 +00:00
profiles/dev: configure bat
This commit is contained in:
parent
9841295fb4
commit
ec6724db2d
@ -27,8 +27,16 @@ in {
|
|||||||
fd # Oh nice, a more reliable `find`.
|
fd # Oh nice, a more reliable `find`.
|
||||||
ripgrep # On nice, a more reliable `grep`.
|
ripgrep # On nice, a more reliable `grep`.
|
||||||
exa # Oh nice, a shinier `ls`.
|
exa # Oh nice, a shinier `ls`.
|
||||||
bat # dog > bat > cat
|
|
||||||
];
|
];
|
||||||
|
|
||||||
|
programs.bat = {
|
||||||
|
enable = true;
|
||||||
|
config = {
|
||||||
|
pager = "${lib.getBin pkgs.moar}/bin/moar";
|
||||||
|
theme = "base16";
|
||||||
|
style = "plain";
|
||||||
|
};
|
||||||
|
};
|
||||||
})
|
})
|
||||||
|
|
||||||
(lib.mkIf cfg.shell.enable {
|
(lib.mkIf cfg.shell.enable {
|
||||||
|
Loading…
Reference in New Issue
Block a user