Wallpaper engine plugin for Plasma6

This commit is contained in:
Invariantspace 2024-03-07 21:25:29 -08:00
parent b18c4d6be8
commit 117cd71f52
4 changed files with 79 additions and 9 deletions

View file

@ -4,10 +4,14 @@
inputs = {
flake-utils.url = "github:numtide/flake-utils";
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
wallpaper-engine-kde-plugin = {
wallpaper-engine-plasma5-plugin = {
flake = false;
url = "git+https://github.com/catsout/wallpaper-engine-kde-plugin?submodules=1";
};
wallpaper-engine-plasma6-plugin = {
flake = false;
url = "git+https://github.com/catsout/wallpaper-engine-kde-plugin?ref=qt6&submodules=1";
};
yorha-grub-theme = {
flake = false;
url = "github:OliveThePuffin/yorha-grub-theme";