Regenerated

This commit is contained in:
2026-04-10 18:38:10 +02:00
parent 4002598373
commit d737965e0d
6 changed files with 416 additions and 324 deletions
@@ -0,0 +1,11 @@
{ config, pkgs, flakeRoot ... }:
let
scriptsSrc = "${flakeRoot}/generated/.config/scripts;"
in
{
home.file.".config/scripts" = {
source = scriptsSrc;
recursive = true;
executable = true;
};
}