Tweak dotfiles
This commit is contained in:
parent
02edd36a6e
commit
977f8638ed
|
@ -0,0 +1,11 @@
|
|||
{ config, lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
programs.bat = {
|
||||
enable = true;
|
||||
config = {
|
||||
theme = "zenburn";
|
||||
style = "header,rule,snip,changes";
|
||||
};
|
||||
};
|
||||
}
|
|
@ -5,6 +5,7 @@
|
|||
./ssh.nix
|
||||
./git.nix
|
||||
./fish.nix
|
||||
./bat.nix
|
||||
];
|
||||
programs.home-manager.enable = true;
|
||||
}
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue