flake/users/guanranwang/home-manager/applications/lunar-client/default.nix
2023-11-30 02:48:13 +08:00

3 lines
56 B
Nix

{pkgs, ...}: {
home.packages = [pkgs.lunar-client];
}