nix

configuration files that power my machines
Log | Files | Refs | README | LICENSE

commit 4642413c7cec2d6642d5873097dcbb0e19f7cb19
parent 8bf43ccac3d28f804c614c892b0adc677aad4007
Author: mtmn <miro@haravara.org>
Date:   Tue, 30 Jun 2026 19:35:13 +0200

void stuff and update

Diffstat:
Mflake.lock | 6+++---
Mhosts/void/overlays/config/shell/rc/void | 0
Mmodules/mixins/dotfiles/config/shell/rc/aliased-short-names | 2+-
3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/flake.lock b/flake.lock @@ -162,11 +162,11 @@ ] }, "locked": { - "lastModified": 1782749631, - "narHash": "sha256-slFTUgDy0KTPA4LBAmC/9SngDq8GCPdX+ZR0yQHHN1E=", + "lastModified": 1782839684, + "narHash": "sha256-vzs4SBgPsK4aNzlJR2PpFwtARazXMOxZonQnDz0YHxk=", "owner": "nix-community", "repo": "home-manager", - "rev": "5d72a29fc36ac21adae6ae35568fe5ee6700850f", + "rev": "2a37d71bbe69e1522ddabf03a4cea0374958bdbe", "type": "github" }, "original": { diff --git a/hosts/void/overlays/config/shell/rc/void b/hosts/void/overlays/config/shell/rc/void Binary files differ. diff --git a/modules/mixins/dotfiles/config/shell/rc/aliased-short-names b/modules/mixins/dotfiles/config/shell/rc/aliased-short-names @@ -81,7 +81,7 @@ alias cbr='cargo build --release' alias cip='cargo install --path' alias cup='cargo update --recursive' -alias dups='fdupes -r . && find . -type f -regex ".* ([0-9][0-9]*).*$"' +alias dups='jdupes -r . && find . -type f -regex ".* ([0-9][0-9]*).*$"' alias gaf='fd --hidden --glob "*.flac" --exclude PIONEER' alias ap='ansible-playbook --diff'