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
|
./ssh.nix
|
||||||
./git.nix
|
./git.nix
|
||||||
./fish.nix
|
./fish.nix
|
||||||
|
./bat.nix
|
||||||
];
|
];
|
||||||
programs.home-manager.enable = true;
|
programs.home-manager.enable = true;
|
||||||
}
|
}
|
||||||
|
|
|
@ -177,8 +177,6 @@
|
||||||
textColor = "#adbcbc";
|
textColor = "#adbcbc";
|
||||||
# Border configuration
|
# Border configuration
|
||||||
borderSize = 3;
|
borderSize = 3;
|
||||||
# Timeout to 5 seconds
|
|
||||||
defaultTimeout = 5000;
|
|
||||||
# Use Fira Code for font
|
# Use Fira Code for font
|
||||||
font = "Fira Code Nerd Font 10";
|
font = "Fira Code Nerd Font 10";
|
||||||
# Group by application
|
# Group by application
|
||||||
|
|
Loading…
Reference in New Issue