From 435fd6c5fe9a17833003ff23b57ddcfc0a3b4157 Mon Sep 17 00:00:00 2001 From: punkfairie <23287005+punkfairie@users.noreply.github.com> Date: Sun, 21 Apr 2024 12:55:58 -0700 Subject: [PATCH] Update .chezmoiexternals/qt5ct.toml Update .chezmoiexternals/zathura.toml --- .chezmoiexternals/qt5ct.toml | 2 +- .chezmoiexternals/zathura.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.chezmoiexternals/qt5ct.toml b/.chezmoiexternals/qt5ct.toml index 34acbdc..824b93d 100644 --- a/.chezmoiexternals/qt5ct.toml +++ b/.chezmoiexternals/qt5ct.toml @@ -1,4 +1,4 @@ -{{- if ne .chezmoi.hostname "marleycentre" -}} +{{- if (and (ne .chezmoi.hostname "marleycentre") (eq .chezmoi.os "linux")) -}} [".config/qt5ct/colors/Catppuccin-Frappe.conf"] type = "file" url = "https://raw.githubusercontent.com/catppuccin/qt5ct/main/themes/Catppuccin-Frappe.conf" diff --git a/.chezmoiexternals/zathura.toml b/.chezmoiexternals/zathura.toml index 8e20ff7..24a7848 100644 --- a/.chezmoiexternals/zathura.toml +++ b/.chezmoiexternals/zathura.toml @@ -1,4 +1,4 @@ -{{- if ne .chezmoi.hostname "marleycentre" -}} +{{- if (and (ne .chezmoi.hostname "marleycentre") (eq .chezmoi.os "linux")) -}} [".config/zathura/catppuccin-frappe"] type = "file" url = "https://raw.githubusercontent.com/catppuccin/zathura/main/src/catppuccin-frappe"