mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-05-24 18:04:41 +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, ... }:
|
{ config, lib, pkgs, ... }:
|
||||||
|
let
|
||||||
|
unstable = import <nixos-unstable> { config = { allowUnfree = true; }; };
|
||||||
|
in
|
||||||
{
|
{
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
baobab
|
baobab
|
||||||
#dupeguru
|
dupeguru
|
||||||
|
unstable.findimagedupes
|
||||||
jdupes
|
jdupes
|
||||||
kondo
|
kondo
|
||||||
];
|
];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue