summaryrefslogtreecommitdiff
path: root/modules/home-manager/btop.nix
diff options
context:
space:
mode:
authorDevin Finlinson <devin.finlinson@pm.me>2024-01-26 17:42:10 +0000
committerDevin Finlinson <devin.finlinson@pm.me>2024-01-26 17:42:10 +0000
commit053d4ebb58ea9a9d0e3ee98c14f1f5c375f57556 (patch)
treee1ee576269532ca638d9d7d90c0b216d63cf9edc /modules/home-manager/btop.nix
parente4801c21871f82a8a427b6657d87ecb9a9202c13 (diff)
parentfb96c957c3b0d1226d965195ab637f1be6250618 (diff)
merging zenbook branch to bosco
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 = {