niri-tag, atagen cache

This commit is contained in:
atagen 2025-06-27 00:06:27 +10:00
parent 92ed39cb83
commit 03dc72471f
11 changed files with 414 additions and 351 deletions

View file

@ -91,8 +91,6 @@ rec {
name = "Papirus-Dark";
pkgs = [
package
# material-icons
# material-design-icons
];
};
@ -108,18 +106,19 @@ rec {
gaps_out = 72;
};
bg = {
bg = rec {
src =
let
name = "wallpaper.jpg";
in
builtins.path {
inherit name;
path = ./${name};
sha256 = "2db3f9d0397fbd4746ada297bd14c0c7d3e22c7d4e894968fcfece90bbfb902a";
};
image = pkgs.callPackage ./wallpaper.nix { } {
palette = toRGBShortHex palette;
wallpaper =
let
name = "wallpaper.jpg";
in
builtins.path {
inherit name;
path = ./${name};
sha256 = "2db3f9d0397fbd4746ada297bd14c0c7d3e22c7d4e894968fcfece90bbfb902a";
};
wallpaper = src;
};
};