diff options
Diffstat (limited to '')
-rw-r--r-- | modules/home.legacy/conf/btop/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/home.legacy/conf/btop/default.nix b/modules/home.legacy/conf/btop/default.nix index 06b56ea7..48572568 100644 --- a/modules/home.legacy/conf/btop/default.nix +++ b/modules/home.legacy/conf/btop/default.nix @@ -1,4 +1,4 @@ -{config, ...}: { +{...}: { programs.btop = { enable = true; }; |