feat: added filesorter

This commit is contained in:
Nick 2025-10-02 03:27:07 -05:00
parent fa99516ddb
commit 1e87f52e0a
8 changed files with 176 additions and 66 deletions

View file

@ -1,11 +1,7 @@
{ flake, ... }:
let
inherit (flake.config.people)
user0
;
inherit (flake.config.people.users.${user0})
paths
;
inherit (flake.config.people) user0;
inherit (flake.config.people.users.${user0}) paths;
in
{
sops = {