summaryrefslogtreecommitdiff
path: root/modules/home-manager/btop.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/home-manager/btop.nix')
-rw-r--r--modules/home-manager/btop.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/home-manager/btop.nix b/modules/home-manager/btop.nix
index 7243a6e..894ff2e 100644
--- a/modules/home-manager/btop.nix
+++ b/modules/home-manager/btop.nix
@@ -1,5 +1,5 @@
-{ catppuccin-btop, ... }: {
- home.file.".config/btop/themes".source = "${catppuccin-btop}/themes";
+{ inputs, ... }: {
+ home.file.".config/btop/themes".source = "${inputs.catppuccin-btop}/themes";
#replace htop/nmon
programs.btop = {