Fix file source type

This commit is contained in:
Ethan Lane 2024-07-07 21:42:53 +01:00
parent 9a005269f6
commit 81c68f3599
2 changed files with 1 additions and 1 deletions

View file

@ -22,7 +22,7 @@ in {
file = {
"/home/${username}/.scripts/audio/get-sink-name.sh".source = ./home/scripts/audio/get-sink-name.sh;
"/home/${username}/.cache/scripts/get-sink-name.txt".source = "";
"/home/${username}/.cache/scripts/get-sink-name.txt".source = ./home/cache/audio/get-sink-name.txt;
};
packages = with pkgs; [

View file