Gitiles
Code Review
Sign In
git.clicks.codes
/
Minion
/
NixFiles
/
047664c4fc73d7c67cd8ec5ecf2846cf98888716
/
.
/
modules
/
archives.nix
blob: 51ed41dba91aeacdeeea3985b675f7a67c209487 [
file
] [
log
] [
blame
]
{
pkgs
,
...
}:
{
home
.
home
.
packages
=
with
pkgs
;
[
zip unzip gnutar tarlz
];
}