From 66de9b18cafd07dbde938e3bfe4e753954bbacfb Mon Sep 17 00:00:00 2001 From: foglar Date: Fri, 22 Nov 2024 09:51:45 +0100 Subject: [PATCH] Background fix --- {nixos => config/backgrounds}/aurora_borealis.png | Bin nixos/system/sys/style.nix | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename {nixos => config/backgrounds}/aurora_borealis.png (100%) diff --git a/nixos/aurora_borealis.png b/config/backgrounds/aurora_borealis.png similarity index 100% rename from nixos/aurora_borealis.png rename to config/backgrounds/aurora_borealis.png diff --git a/nixos/system/sys/style.nix b/nixos/system/sys/style.nix index 85702bf..62e8e5e 100644 --- a/nixos/system/sys/style.nix +++ b/nixos/system/sys/style.nix @@ -5,7 +5,7 @@ { stylix = { enable = true; - image = ./aurora_borealis.png; + image = ../../../config/backgrounds/aurora_borealis.png; base16Scheme = "${pkgs.base16-schemes}/share/themes/catppuccin-mocha.yaml"; #base16Scheme = "${pkgs.base16-schemes}/share/themes/onedark.yaml"; #base16Scheme = "${pkgs.base16-schemes}/share/themes/tokyo-night-dark.yaml";