media server stuff

This commit is contained in:
Matt Nish-Lapidus 2025-03-10 22:32:06 -04:00
parent 6eb421250f
commit 70b5591297

View file

@ -40,4 +40,10 @@
enable = true; enable = true;
startServices = "sd-switch"; # auto reload services when home is rebuilt startServices = "sd-switch"; # auto reload services when home is rebuilt
}; };
#custom script executables
home.file.".local/bin" = {
source = ./dotfiles/dot_local/bin;
recursive = true;
};
} }