From 9a005269f655aa28b85365d5d61a1fceeba10fb3 Mon Sep 17 00:00:00 2001 From: Ethan Lane Date: Sun, 7 Jul 2024 21:39:49 +0100 Subject: [PATCH] Add empty cache file --- config/home.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/config/home.nix b/config/home.nix index a6a1412..951632b 100644 --- a/config/home.nix +++ b/config/home.nix @@ -22,6 +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 = ""; }; packages = with pkgs; [