diff options
| author | Devin Finlinson <devin.finlinson@pm.me> | 2023-10-03 04:28:21 -0600 |
|---|---|---|
| committer | Devin Finlinson <devin.finlinson@pm.me> | 2023-10-03 04:28:21 -0600 |
| commit | 27917e402a8c45d5dc748c7c08150b258e946a9b (patch) | |
| tree | 7d7c66f2474d745132ecbe09f56a20012df91379 /modules | |
| parent | 7d663156b140ca176130269941e21bd6a9ac5f48 (diff) | |
vim keys true
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/home-manager/btop.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/home-manager/btop.nix b/modules/home-manager/btop.nix index 2c4e6cc..7243a6e 100644 --- a/modules/home-manager/btop.nix +++ b/modules/home-manager/btop.nix @@ -7,6 +7,7 @@ settings = { color_theme = "catppuccin_mocha"; theme_background = false; # make btop transparent + vim_keys = true; }; }; } |
