Nix/home/common/packages.nix
2024-08-06 23:39:26 -04:00

11 lines
207 B
Nix

{ pkgs, ... }:
{
home.packages = with pkgs; [
f3d # 3D model thumbnailer and viewer
localsend
nufraw-thumbnailer # RAW image thumbnailer
icoextract # Windows executable thumbnailer
];
}