nixfleet/hmModules/moonlight/default.nix

4 lines
60 B
Nix

{ pkgs, ... }:
{
home.packages = [ pkgs.moonlight-qt ];
}