Fix file source type
This commit is contained in:
parent
9a005269f6
commit
81c68f3599
2 changed files with 1 additions and 1 deletions
|
@ -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; [
|
||||
|
|
0
config/home/cache/audio/get-sink-name.txt
vendored
Normal file
0
config/home/cache/audio/get-sink-name.txt
vendored
Normal file
Loading…
Reference in a new issue