switch from mpvpaper to awww, refactor wallpaper

This commit is contained in:
Sean Kovacs 2026-02-20 21:56:56 -05:00
commit 05b2f188f5
Signed by: sckova
GPG key ID: 00F325187C68651A
5 changed files with 142 additions and 59 deletions

View file

@ -81,6 +81,11 @@
# inputs.nixpkgs.follows = "nixpkgs";
};
awww = {
url = "git+https://codeberg.org/LGFae/awww.git";
inputs.nixpkgs.follows = "nixpkgs";
};
openmw = {
url = "gitlab:OpenMW/openmw";
flake = false;
@ -109,6 +114,7 @@
nur,
nixvim,
apple-silicon,
awww,
openmw,
catppuccin-discord,
...
@ -152,6 +158,7 @@
niri.overlays.niri
noctalia.overlays.default
nur.overlays.default
awww.overlays.default
(final: prev: {
openmw-git = openmw;
catppuccin-discord-git = catppuccin-discord;