From d1fc26eea9ace401e36363437a4b8c01e93c385d Mon Sep 17 00:00:00 2001 From: vin Date: Sat, 22 Mar 2025 23:32:18 -0400 Subject: demiurge: rename /data_warm to /data_wd --- home.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'home.nix') diff --git a/home.nix b/home.nix index 3a69d60..db72e1f 100644 --- a/home.nix +++ b/home.nix @@ -707,7 +707,7 @@ set-option -sa terminal-features ',*:RGB' devices = [ "demiurge" "hastur" ]; path = if hostname == "demiurge" then - "/data_warm/lit" + "/data_wd/lit" else "/home/vin/lit"; }; @@ -716,7 +716,7 @@ set-option -sa terminal-features ',*:RGB' devices = [ "demiurge" "hastur" ]; path = if hostname == "demiurge" then - "/data_warm/pics" + "/data_wd/pics" else "/home/vin/pics"; }; @@ -725,7 +725,7 @@ set-option -sa terminal-features ',*:RGB' devices = [ "demiurge" "hastur" "iphonebob" ]; path = if hostname == "demiurge" then - "/data_warm/iphone" + "/data_wd/iphone" else "/home/vin/iphone"; }; -- cgit v1.2.3