8 lines
94 B
Nix
8 lines
94 B
Nix
{ pkgs, ... }:
|
|
{
|
|
home.packages = with pkgs; [
|
|
moonlight-qt
|
|
#rustdesk-flutter
|
|
];
|
|
}
|