NixOS-Config/home/misc/filemanager.nix
2024-09-23 16:36:46 -04:00

8 lines
109 B
Nix

{pkgs, ...}: {
home.packages = with pkgs; [
gnome.file-roller
imagemagick
poppler_utils
];
}