diff options
Diffstat (limited to 'common/home/btop')
| -rw-r--r-- | common/home/btop/default.nix | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/common/home/btop/default.nix b/common/home/btop/default.nix deleted file mode 100644 index 949b5f8..0000000 --- a/common/home/btop/default.nix +++ /dev/null @@ -1,9 +0,0 @@ -{ ... }: -{ - enable = true; - settings = { - color_theme = "Default"; - truecolor = true; - update_ms = 100; - }; -} |