{ lib, config, pkgs, ... }:
lib.mkIf config.desktop.enable {

  environment.systemPackages = [
    pkgs.tetrio-desktop
  ];

}