diff --git a/home/bat/default.nix b/home/bat/default.nix new file mode 100644 index 0000000..5ee421e --- /dev/null +++ b/home/bat/default.nix @@ -0,0 +1,11 @@ +{ ... }: + +{ + programs.bat = { + enable = true; + config = { + paging = "never"; + style = "plain"; + }; + }; +} diff --git a/home/common.nix b/home/common.nix index 60c53de..a6a962b 100644 --- a/home/common.nix +++ b/home/common.nix @@ -2,6 +2,7 @@ { imports = [ + ./bat ./btop ./eza ./fastfetch diff --git a/home/eza/default.nix b/home/eza/default.nix index 5303f5a..4d0398d 100644 --- a/home/eza/default.nix +++ b/home/eza/default.nix @@ -1,9 +1,12 @@ -{ pkgs, ... }: +{ ... }: { programs.eza = { enable = true; + enableFishIntegration = false; + enableBashIntegration = false; + theme = { colourful = true;