This commit is contained in:
2026-07-12 15:40:55 -03:00
parent 29377d0c9a
commit 536b033b6b
6 changed files with 25 additions and 11 deletions
+9 -1
View File
@@ -1,4 +1,9 @@
{ lib, config, ... }:
{
lib,
config,
pkgs,
...
}:
{
options.custom = {
@@ -6,6 +11,9 @@
};
config = lib.mkIf config.custom.bat.enable {
home.packages = with pkgs; [
bat-extras.core
];
programs.bat = {
enable = true;
config = {