4 lines
56 B
Nix
4 lines
56 B
Nix
|
{pkgs, ...}: {
|
||
|
home.packages = [pkgs.lunar-client];
|
||
|
}
|