summaryrefslogtreecommitdiff
path: root/modules/home-manager/btop.nix
diff options
context:
space:
mode:
authorDevin Finlinson <devin.finlinson@pm.me>2024-02-02 13:37:54 -0700
committerDevin Finlinson <devin.finlinson@pm.me>2024-02-02 13:37:54 -0700
commite776c8fb5aed61d0f5f27a87c9c419dc07a13480 (patch)
treebce36bc077042d60c0cc162205440df6b783acdf /modules/home-manager/btop.nix
parent930ed23a02259a35c404f2fef0ab61ca620a0e4b (diff)
parent60568d28f263c74847f06ec6bc4c8ba7f7125dce (diff)
merge
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 = {