8 lines
109 B
Nix
8 lines
109 B
Nix
{pkgs, ...}: {
|
|
home.packages = with pkgs; [
|
|
gnome.file-roller
|
|
imagemagick
|
|
poppler_utils
|
|
];
|
|
}
|