nixos/home/common.nix

11 lines
134 B
Nix
Raw Normal View History

{pkgs, ...}: {
home.packages = with pkgs; [
2023-06-02 11:53:59 +01:00
zip
unzip
neofetch
distrobox
libreoffice-fresh
otpclient
];
}