Phosphene icon

Phosphene 1.3.0

Custom video wallpapers for the desktop and lock screen

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