while rmlint is fixed upstream, using my own fork

This commit is contained in:
2025-01-10 16:52:44 -06:00
parent 3204242308
commit d14aabd3e3
3 changed files with 34 additions and 31 deletions

View File

@@ -2,6 +2,7 @@
config,
lib,
pkgs,
inputs,
...
}:
{
@@ -71,12 +72,15 @@
fd # modern find, faster searches
fzf # fuzzy finder! super cool and useful
gdu # disk-space utility checker, somewhat useful
rmlint # amazing dupe finder that integrates well with BTRFS
tldr # man for retards
trash-cli # oop! did not meant to delete that
jq # linting
smartmontools # check hard drie health
;
inherit (inputs.jawz-scripts.packages.x86_64-linux)
rmlint # amazing dupe finder that integrates well with BTRFS
;
};
environment.variables = {
HISTFILE = "\${XDG_STATE_HOME}/bash/history";