From bad1af63ff330b397b87fc243d479701417740da Mon Sep 17 00:00:00 2001 From: NAHO <90870942+trueNAHO@users.noreply.github.com> Date: Sat, 30 Mar 2024 08:33:55 +0100 Subject: [PATCH] kde: remove internal debugging logs (#304) --- modules/kde/hm.nix | 4 ---- 1 file changed, 4 deletions(-) diff --git a/modules/kde/hm.nix b/modules/kde/hm.nix index c59fc4fe..dc948cd7 100644 --- a/modules/kde/hm.nix +++ b/modules/kde/hm.nix @@ -245,15 +245,11 @@ in { wallpaperImage="$(globalPath plasma-apply-wallpaperimage)" if [ -n "$wallpaperImage" ]; then "$wallpaperImage" ${themePackage}/share/wallpapers/stylix - else - echo "Skipping plasma-apply-wallpaperimage because it's not installed" fi lookAndFeel="$(globalPath plasma-apply-lookandfeel)" if [ -n "$lookAndFeel" ]; then "$lookAndFeel" --apply stylix - else - echo "Skipping plasma-apply-lookandfeel because it's not installed" fi ''; };