Add empty cache file
This commit is contained in:
parent
d9befa43f2
commit
9a005269f6
1 changed files with 1 additions and 0 deletions
|
@ -22,6 +22,7 @@ in {
|
||||||
|
|
||||||
file = {
|
file = {
|
||||||
"/home/${username}/.scripts/audio/get-sink-name.sh".source = ./home/scripts/audio/get-sink-name.sh;
|
"/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 = "";
|
||||||
};
|
};
|
||||||
|
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
|
|
Loading…
Reference in a new issue