diff options
| author | Devin Finlinson <devin.finlinson@pm.me> | 2024-04-07 00:01:48 +0000 |
|---|---|---|
| committer | Devin Finlinson <devin.finlinson@pm.me> | 2024-04-07 00:01:48 +0000 |
| commit | 840e268b9a52b1290d30406f200b44e1be4c4d19 (patch) | |
| tree | 8d3a160f07a237353254312bb0e2b6e0d65b7fe5 /modules/home-manager | |
| parent | a94cd3d5a3762e810cbdc629fd1072f669afc3ee (diff) | |
| parent | c40e52fffc7202ba86e6c1ab478989d9dd10eabc (diff) | |
merge
Diffstat (limited to 'modules/home-manager')
| -rw-r--r-- | modules/home-manager/bat.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/home-manager/bat.nix b/modules/home-manager/bat.nix index 13e8e6d..b54677f 100644 --- a/modules/home-manager/bat.nix +++ b/modules/home-manager/bat.nix @@ -4,6 +4,7 @@ enable = true; config = { pager = "less -FR"; + theme = "Solarized (dark)"; # theme = "catppuccin-mocha"; }; # themes = { |
