8 lines
104 B
Nix
8 lines
104 B
Nix
{pkgs, ...}: {
|
|
home.packages = with pkgs; [
|
|
prismlauncher
|
|
lunar-client
|
|
protonup-qt
|
|
];
|
|
}
|