Regenerated

This commit is contained in:
2026-04-10 18:46:25 +02:00
parent c2cbc4dbbf
commit 92d5309d53
3 changed files with 315 additions and 324 deletions
@@ -1,11 +1,8 @@
{ config, pkgs, flakeRoot, ... }:
let
scriptsSrc = "${flakeRoot}/generated/.config/scripts";
in
{
home.file.".config/scripts" = {
source = scriptsSrc;
source = flakeRoot + "/generated/.config/scripts";
recursive = true;
executable = true;
};