mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-05-24 09:54:40 +02:00
extra/clean: add findimagedupes
This commit is contained in:
parent
d7a5727602
commit
2113718891
1 changed files with 5 additions and 2 deletions
|
@ -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
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue