nixos/home/common.nix

7 lines
89 B
Nix
Raw Normal View History

{pkgs, ...}: {
home.packages = with pkgs; [
libreoffice-fresh
otpclient
];
}