1
1
Fork 1
mirror of https://github.com/oddlama/nix-config.git synced 2025-10-11 07:10:39 +02:00

feat: use bat theme base16

This commit is contained in:
oddlama 2023-02-11 15:17:26 +01:00
parent ef3feef6db
commit c026014d0b
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A

View file

@ -58,7 +58,10 @@
enable = true; enable = true;
settings.auto_sync = false; settings.auto_sync = false;
}; };
bat.enable = true; bat = {
enable = true;
config.theme = "base16";
};
fzf.enable = true; fzf.enable = true;
gpg.enable = true; gpg.enable = true;
}; };