more stuff

This commit is contained in:
Barrett Ruth 2026-02-08 14:57:18 -05:00
parent 5a0199c486
commit 745075530c
3 changed files with 9 additions and 2 deletions

View file

@ -25,7 +25,9 @@ in {
news.display = "silent";
home.file.".local/bin/scripts" = {
source = config.lib.file.mkOutOfStoreSymlink "${config.home.homeDirectory}/nix-config/scripts";
source = ../scripts;
recursive = true;
executable = true;
};
programs.home-manager.enable = true;