nocram idk why i need

This commit is contained in:
ChaotiCryptidz 2022-03-09 19:50:13 +00:00
parent 0a86380c0e
commit 02ac352a5d
No known key found for this signature in database

View file

@ -1,10 +1,10 @@
{ pkgs, ... }: {
home.packages = with pkgs;
[
home.packages = with pkgs; [
libarchive
zip
unzip
p7zip
unrar
cabextract
zstd
zlib
@ -14,11 +14,5 @@
squashfsTools
cpio
lz4
] ++ (if pkgs.stdenv.isLinux then
[
# NOINLINE
cramfsprogs
]
else
[ ]);
];
}