feat(apps): add wallpaper engine support in Nix configuration
This commit is contained in:
@@ -38,5 +38,6 @@ lib.optionalAttrs device.hasGui {
|
||||
./zed.nix
|
||||
./zen.nix
|
||||
./vial.nix
|
||||
./wallpaperengine.nix
|
||||
];
|
||||
}
|
||||
|
||||
9
home/apps/wallpaperengine.nix
Normal file
9
home/apps/wallpaperengine.nix
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
pkgs,
|
||||
lib,
|
||||
...
|
||||
}: {
|
||||
home.packages = lib.optionals pkgs.stdenv.isLinux [
|
||||
pkgs.linux-wallpaperengine
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user