From 46db2dd34fedf42b9384f6e40f8ac491d4de0de4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Geoffrey=20=E2=80=9CFrogeye=E2=80=9D=20Preud=27homme?= Date: Wed, 17 Jan 2024 00:08:07 +0100 Subject: [PATCH] stylix: Workaround for non-DE environments --- hm/desktop/background/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hm/desktop/background/default.nix b/hm/desktop/background/default.nix index 78054f6..37767e6 100644 --- a/hm/desktop/background/default.nix +++ b/hm/desktop/background/default.nix @@ -1,6 +1,7 @@ { pkgs, config, lib, ... }: { - config = lib.mkIf config.frogeye.desktop.xorg { + config = { + # On purpose also enable without a DE because stylix complains otherwise stylix.image = builtins.fetchurl { url = "https://get.wallhere.com/photo/sunlight-abstract-minimalism-green-simple-circle-light-leaf-wave-material-line-wing-computer-wallpaper-font-close-up-macro-photography-124350.png"; sha256 = "sha256:1zfq3f3v34i45mi72pkfqphm8kbhczsg260xjfl6dbydy91d7y93";