This commit is contained in:
Barrett Ruth 2026-02-09 13:59:37 -05:00
parent 06846d8b1e
commit feaeff3464
9 changed files with 1299 additions and 10 deletions

View file

@ -32,8 +32,8 @@ in
news.display = "silent";
home.file.".local/bin/scripts" = {
source = ../scripts;
recursive = true;
source = config.lib.file.mkOutOfStoreSymlink "${config.home.homeDirectory}/nix-config/scripts";
recursive = false;
executable = true;
};