chore: remove wallpaperengine configuration and package files

This commit is contained in:
uttarayan21
2025-10-28 22:23:59 +05:30
parent c0c6de8a45
commit 209cbf4cbb
4 changed files with 25 additions and 35 deletions

View File

@@ -38,6 +38,5 @@ lib.optionalAttrs device.hasGui {
./zed.nix
./zen.nix
./vial.nix
./wallpaperengine.nix
];
}

View File

@@ -1,9 +0,0 @@
{
pkgs,
lib,
...
}: {
home.packages = lib.optionals pkgs.stdenv.isLinux [
pkgs.linux-wallpaperengine
];
}