nixfiles/profiles/home-manager/dev/all/archives/proprietary-extra.nix
2024-07-24 14:13:59 +01:00

7 lines
73 B
Nix

{pkgs, ...}: {
home.packages = with pkgs; [
unzip
unrar
];
}