moved wallpapers to another repo

This commit is contained in:
2025-09-28 21:53:14 -06:00
parent b099248489
commit 679f51e6da
5 changed files with 38 additions and 14 deletions

View File

@@ -2,10 +2,13 @@
pkgs,
lib,
config,
inputs,
...
}:
let
schemesFile = import ./schemes.nix { inherit pkgs; };
schemesFile = import ./schemes.nix {
inherit pkgs inputs;
};
scheme = schemesFile.schemes.cheems;
cfg = config.my.stylix;
in