diff options
Diffstat (limited to 'hm/soispha/conf/btop/default.nix')
-rw-r--r-- | hm/soispha/conf/btop/default.nix | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/hm/soispha/conf/btop/default.nix b/hm/soispha/conf/btop/default.nix deleted file mode 100644 index 06b56ea7..00000000 --- a/hm/soispha/conf/btop/default.nix +++ /dev/null @@ -1,5 +0,0 @@ -{config, ...}: { - programs.btop = { - enable = true; - }; -} |