nixos/home/common.nix

11 lines
134 B
Nix

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