diff --git a/shell/btop.nix b/shell/btop.nix new file mode 100644 index 0000000..b1c32a6 --- /dev/null +++ b/shell/btop.nix @@ -0,0 +1,13 @@ +{ ... }: + +{ + programs = { + btop = { + enable = true; + settings = { + theme_background = false; + vim_keys = true; + }; + }; + }; +} diff --git a/shell/default.nix b/shell/default.nix index a941eea..24a0990 100644 --- a/shell/default.nix +++ b/shell/default.nix @@ -12,6 +12,7 @@ imports = [ ./atuin.nix ./bat.nix + ./btop.nix ./carapace.nix ./direnv.nix ./eza.nix