From 29e9e4cecd5ec453c1af90e0552ca1f7bf81294d Mon Sep 17 00:00:00 2001 From: Ryan Yin Date: Thu, 28 Dec 2023 09:36:42 +0800 Subject: [PATCH] fix: theme - yazi --- home/base/server/yazi.nix | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/home/base/server/yazi.nix b/home/base/server/yazi.nix index d670f809..bd43e7b7 100644 --- a/home/base/server/yazi.nix +++ b/home/base/server/yazi.nix @@ -1,4 +1,9 @@ -{pkgs-unstable, nur-ryan4yin, ...}: { +{ + pkgs, + pkgs-unstable, + nur-ryan4yin, + ... +}: { # terminal file manager programs.yazi = { enable = true; @@ -9,5 +14,5 @@ enableNushellIntegration = false; }; - xgd.configFile."yazi/theme.toml".source = "${nur-ryan4yin.cattppuccin-yazi}/mocha.toml"; + xdg.configFile."yazi/theme.toml".source = "${nur-ryan4yin.packages.${pkgs.system}.catppuccin-yazi}/mocha.toml"; }