diff options
Diffstat (limited to 'modules/hm/terminal/btop.nix')
| -rw-r--r-- | modules/hm/terminal/btop.nix | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/modules/hm/terminal/btop.nix b/modules/hm/terminal/btop.nix new file mode 100644 index 0000000..dcd59ed --- /dev/null +++ b/modules/hm/terminal/btop.nix @@ -0,0 +1,6 @@ +{ ... }: +{ + programs.btop = { + enable = true; + }; +} |
