From bb866aadc6467a9da177a6e0d994f64d2b8c5330 Mon Sep 17 00:00:00 2001 From: Felix Stupp Date: Fri, 30 Aug 2024 22:46:09 +0000 Subject: [PATCH] frontend: add bat with extraPackages --- nix/nixos-modules/frontend/home.nix | 9 +++++++++ 1 file changed, 9 insertions(+) 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"