diff --git a/modules/home-manager/profiles/dev.nix b/modules/home-manager/profiles/dev.nix index a9c52b3d..6187ce2e 100644 --- a/modules/home-manager/profiles/dev.nix +++ b/modules/home-manager/profiles/dev.nix @@ -27,8 +27,16 @@ in { fd # Oh nice, a more reliable `find`. ripgrep # On nice, a more reliable `grep`. 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 {