crimsonvariable packages for the Nix User Repository
Find a file
2026-08-03 03:29:42 +02:00
pkgs/ff00-vwm packages: add FF00 VWM alpha.1 2026-08-03 03:29:42 +02:00
.gitignore packages: add FF00 VWM alpha.1 2026-08-03 03:29:42 +02:00
default.nix packages: add FF00 VWM alpha.1 2026-08-03 03:29:42 +02:00
flake.lock packages: add FF00 VWM alpha.1 2026-08-03 03:29:42 +02:00
flake.nix packages: add FF00 VWM alpha.1 2026-08-03 03:29:42 +02:00
LICENSE packages: add FF00 VWM alpha.1 2026-08-03 03:29:42 +02:00
README.md packages: add FF00 VWM alpha.1 2026-08-03 03:29:42 +02:00

crimsonvariable NUR packages

Nix package expressions maintained by Dominic Tscholl, writing as crimsonvariable.

The repository is the Nix User Repository boundary for public FF00 applications. Application source, release history, and project-specific documentation remain in each application's own repository.

Packages

Attribute Project Status
ff00-vwm FF00 Video Wallpaper Manager 0.1.0-alpha.1

Local validation

nix build .#ff00-vwm
nix flake check

The package set is also consumable using the non-flake interface expected by NUR:

nix-build -A ff00-vwm

Installation after NUR registration

environment.systemPackages = [
  pkgs.nur.repos.crimsonvariable.ff00-vwm
];

NUR indexes community repositories but does not perform the package review or provide the support guarantees of nixpkgs. Consumers should review expressions before installation.

Licensing

This repository and FF00 VWM are distributed under AGPL-3.0-or-later. The package expression also identifies the upstream application's license for Nix consumers. Copyright and contribution terms are published through crimsonvariable.com.