switch from mpvpaper to awww, refactor wallpaper
This commit is contained in:
parent
f8bec21820
commit
05b2f188f5
5 changed files with 142 additions and 59 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue