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