4 lines
86 B
Nix
4 lines
86 B
Nix
{ pkgs, ... }: {
|
|
home.packages = with pkgs; [ libreoffice thunderbird marp-cli ];
|
|
}
|