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.4.1",
"src": {
"url": "https://github.com/kageroumado/phosphene/releases/download/v1.4.1/Phosphene-1.4.1.dmg",
"sha256": "70f0e85829f590df267f7be915023a49be6e4fd2abb04e36ea88d42627614e73"
},
"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/"
}
}