Installation
System wide:
{
environment.systemPackages = with nix-casks.packages.${system}; [
phosphene # Phosphene
];
} Home Manager:
{
home.packages = with nix-casks.packages.${system}; [
phosphene # Phosphene
];
} Package Definition
{
"pname": "phosphene",
"version": "1.6",
"src": {
"url": "https://github.com/kageroumado/phosphene/releases/download/v1.6/Phosphene-1.6.dmg",
"sha256": "2fa406e16e61117f4552061475566f11ea7ef20f44202d850e7c47f1060bf9e7"
},
"installPhase": [
"mkdir -p \"$out/Applications/Phosphene.app\" && cp -r \"Phosphene.app\" \"$out/Applications\""
],
"meta": {
"description": "Custom video wallpapers for the desktop and lock screen",
"homepage": "https://kagerou.glass/phosphene/"
}
}