HASH fe911a1a80a2
DATE 2025-05-06
SUBJECT console: disable bat extras -- reduce closure size
FILES 1 CHANGED
HASH fe911a1a80a2
DATE 2025-05-06
SUBJECT console: disable bat extras -- reduce
closure size
FILES 1 CHANGED
┌─ modules/home/console/tools/bat.nix ───────────────────────────────────────┐
│ diff --git a/modules/home/console/tools/bat.nix b/modules/home/console/tools/bat.n │
│ ix │
│ index 412e0c4..8b07d7a 100644 │
│ --- a/modules/home/console/tools/bat.nix │
│ +++ b/modules/home/console/tools/bat.nix │
│ @@ -11,15 +11,15 @@ in { │
│ config = mkIf cfg.enable { │
│ programs.bat = { │
│ enable = true; │
│ - extraPackages = attrValues { │
│ - inherit │
│ - (pkgs.bat-extras) │
│ - batgrep │
│ - prettybat │
│ - batwatch │
│ - batman │
│ - ; │
│ - }; │
│ + # extraPackages = attrValues { │
│ + # inherit │
│ + # (pkgs.bat-extras) │
│ + # batgrep │
│ + # prettybat │
│ + # batwatch │
│ + # batman │
│ + # ; │
│ + # }; │
│ config = { │
│ # TODO: custom theme │
│ theme = "base16"; │
└────────────────────────────────────────────────────────────────────────────────────┘
┌─ ...es/home/console/tools/bat.nix ───┐
│ diff --git a/modules/home/console/tools/bat. │
│ nix b/modules/home/console/tools/bat.nix │
│ index 412e0c4..8b07d7a 100644 │
│ --- a/modules/home/console/tools/bat.nix │
│ +++ b/modules/home/console/tools/bat.nix │
│ @@ -11,15 +11,15 @@ in { │
│ config = mkIf cfg.enable { │
│ programs.bat = { │
│ enable = true; │
│ - extraPackages = attrValues { │
│ - inherit │
│ - (pkgs.bat-extras) │
│ - batgrep │
│ - prettybat │
│ - batwatch │
│ - batman │
│ - ; │
│ - }; │
│ + # extraPackages = attrValues { │
│ + # inherit │
│ + # (pkgs.bat-extras) │
│ + # batgrep │
│ + # prettybat │
│ + # batwatch │
│ + # batman │
│ + # ; │
│ + # }; │
│ config = { │
│ # TODO: custom theme │
│ theme = "base16"; │
└──────────────────────────────────────────────┘
[ BACK TO LOG ]
──────────────────────────────────────────────────────────────────────────────────────
OOKNET
────────────────────────────────────────────────
OOKNET