summaryrefslogtreecommitdiff
path: root/modules/home-manager/btop.nix
diff options
context:
space:
mode:
authorDevin Finlinson <devin.finlinson@pm.me>2024-01-19 12:35:11 -0700
committerDevin Finlinson <devin.finlinson@pm.me>2024-01-19 12:35:11 -0700
commit1a3a567d745e37d16ed0e655fe1b332e0a2d2fb9 (patch)
treeeb5d014cb9f4bab8ad3ed030e485297fa2731412 /modules/home-manager/btop.nix
parent5994480e27da98c03a18c01f5f1beda91be4eec4 (diff)
i finally fixed the inputs issue: when passing inputs as inputs instead of input-name, you must call inputs.input-name
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 = {