Skip to content

Commit

Permalink
Manage bat config with home-manager
Browse files Browse the repository at this point in the history
  • Loading branch information
kachick committed Aug 23, 2023
1 parent 91116b0 commit f29dc9c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions home-manager/home.nix
Original file line number Diff line number Diff line change
Expand Up @@ -166,4 +166,14 @@
set termguicolors
'';
};

# https://github.com/nix-community/home-manager/blob/master/modules/programs/bat.nix
programs.bat = {
enable = true;

config = {
# Candidates: bat --list-themes
theme = "Nord";
};
};
}

0 comments on commit f29dc9c

Please sign in to comment.