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:
parent
ef3feef6db
commit
c026014d0b
1 changed files with 4 additions and 1 deletions
|
@ -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;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue