Regenerated
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user