Tweak dotfiles

This commit is contained in:
Nathan McCarty 2022-06-10 17:26:12 -04:00
parent 02edd36a6e
commit 977f8638ed
Signed by: thatonelutenist
GPG Key ID: D70DA3DD4D1E9F96
3 changed files with 12 additions and 2 deletions

11
home-manager/bat.nix Normal file
View File

@ -0,0 +1,11 @@
{ config, lib, pkgs, ... }:
{
programs.bat = {
enable = true;
config = {
theme = "zenburn";
style = "header,rule,snip,changes";
};
};
}

View File

@ -5,6 +5,7 @@
./ssh.nix
./git.nix
./fish.nix
./bat.nix
];
programs.home-manager.enable = true;
}

View File

@ -177,8 +177,6 @@
textColor = "#adbcbc";
# Border configuration
borderSize = 3;
# Timeout to 5 seconds
defaultTimeout = 5000;
# Use Fira Code for font
font = "Fira Code Nerd Font 10";
# Group by application