From 1a3a567d745e37d16ed0e655fe1b332e0a2d2fb9 Mon Sep 17 00:00:00 2001 From: Devin Finlinson Date: Fri, 19 Jan 2024 12:35:11 -0700 Subject: i finally fixed the inputs issue: when passing inputs as inputs instead of input-name, you must call inputs.input-name --- modules/home-manager/btop.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/home-manager/btop.nix') 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 = { -- cgit v1.2.3