properly configure bat
This commit is contained in:
parent
31f8f1a55c
commit
a11bfcc243
2 changed files with 2 additions and 2 deletions
|
@ -48,7 +48,7 @@ in
|
||||||
# a better cat
|
# a better cat
|
||||||
programs.bat = {
|
programs.bat = {
|
||||||
enable = true;
|
enable = true;
|
||||||
config.theme = "Gruvbox (light)";
|
config.theme = "gruvbox-light";
|
||||||
};
|
};
|
||||||
|
|
||||||
# notify me when a command is finished
|
# notify me when a command is finished
|
||||||
|
@ -73,6 +73,7 @@ in
|
||||||
keyScheme = "vim";
|
keyScheme = "vim";
|
||||||
fuzzySearchFactor = 3;
|
fuzzySearchFactor = 3;
|
||||||
enableZshIntegration = true;
|
enableZshIntegration = true;
|
||||||
|
enableBashIntegration = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
programs.zsh = {
|
programs.zsh = {
|
||||||
|
|
|
@ -34,7 +34,6 @@ in
|
||||||
config = lib.mkIf config.components.gui.enable {
|
config = lib.mkIf config.components.gui.enable {
|
||||||
home-manager.users.mainUser = {
|
home-manager.users.mainUser = {
|
||||||
|
|
||||||
|
|
||||||
programs.i3status-rust = {
|
programs.i3status-rust = {
|
||||||
enable = true;
|
enable = true;
|
||||||
bars = {
|
bars = {
|
||||||
|
|
Loading…
Reference in a new issue