2024-02-08 20:57:06 +01:00
|
|
|
{ lib, config, pkgs, ... }:
|
|
|
|
{
|
|
|
|
users.users.yoda = {
|
|
|
|
packages = with pkgs; [
|
2024-12-03 22:16:26 +01:00
|
|
|
file-roller # Archive manager: Compress and decompress
|
2024-02-08 20:57:06 +01:00
|
|
|
lz4 # Add support to extract lz4 archives
|
|
|
|
];
|
|
|
|
};
|
|
|
|
}
|