Regenerated
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
{ config, pkgs, flakeRoot ... }:
|
||||
let
|
||||
scriptsSrc = "${flakeRoot}/generated/.config/scripts;"
|
||||
in
|
||||
{
|
||||
home.file.".config/scripts" = {
|
||||
source = scriptsSrc;
|
||||
recursive = true;
|
||||
executable = true;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user