nocram idk why i need
This commit is contained in:
parent
0a86380c0e
commit
02ac352a5d
|
@ -1,24 +1,18 @@
|
|||
{ pkgs, ... }: {
|
||||
home.packages = with pkgs;
|
||||
[
|
||||
libarchive
|
||||
zip
|
||||
unzip
|
||||
p7zip
|
||||
cabextract
|
||||
zstd
|
||||
zlib
|
||||
xz
|
||||
gzip
|
||||
bzip2
|
||||
squashfsTools
|
||||
cpio
|
||||
lz4
|
||||
] ++ (if pkgs.stdenv.isLinux then
|
||||
[
|
||||
# NOINLINE
|
||||
cramfsprogs
|
||||
]
|
||||
else
|
||||
[ ]);
|
||||
home.packages = with pkgs; [
|
||||
libarchive
|
||||
zip
|
||||
unzip
|
||||
p7zip
|
||||
unrar
|
||||
cabextract
|
||||
zstd
|
||||
zlib
|
||||
xz
|
||||
gzip
|
||||
bzip2
|
||||
squashfsTools
|
||||
cpio
|
||||
lz4
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue