Skip to content

Commit

Permalink
fix config syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
anthr76 authored Apr 10, 2024
1 parent d1ac0bb commit 7335442
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion home-manager/personalities/cli/bat.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
programs.bat = {
enable = true;
extraPackages = [ pkgs.bat-extras.batman ];
theme = "Coldark-Dark";
config = {
theme = "Coldark-Dark";
};
};
home.shellAliases = {
"cat" = "bat -pp";
Expand Down

0 comments on commit 7335442

Please sign in to comment.