extra/clean: add findimagedupes

This commit is contained in:
Felix Buehler 2022-02-07 12:02:17 +01:00
parent d7a5727602
commit 2113718891

View file

@ -1,9 +1,12 @@
{ config, lib, pkgs, ... }:
let
unstable = import <nixos-unstable> { config = { allowUnfree = true; }; };
in
{
environment.systemPackages = with pkgs; [
baobab
#dupeguru
dupeguru
unstable.findimagedupes
jdupes
kondo
];