diff --git a/nix/nixos-modules/frontend/home.nix b/nix/nixos-modules/frontend/home.nix index c1415f4..047945b 100644 --- a/nix/nixos-modules/frontend/home.nix +++ b/nix/nixos-modules/frontend/home.nix @@ -89,6 +89,15 @@ in enableCompletion = true; }; + bat = { + enable = true; + extraPackages = with pkgs.bat-extras; [ + batdiff + batwatch + prettybat # format code before + ]; + }; + chromium = { commandLineArgs = [ "--no-default-browser-check"