From 9d4a860360958a01490013b07c59083e9013cff4 Mon Sep 17 00:00:00 2001 From: Alejandro Soto Date: Mon, 26 Dec 2022 23:55:59 -0600 Subject: home/environ: remove .calc_history symlink --- home/environ.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/environ.nix b/home/environ.nix index 5b20f51..bdfa5b7 100644 --- a/home/environ.nix +++ b/home/environ.nix @@ -13,8 +13,8 @@ with lib; { devNull = symlink "/dev/null"; in { "vtmp" = symlink "/run/user/1000/vtmp"; - ".calc_history" = devNull; ".units_history" = devNull; + #TODO: .calc_history }; programs = { -- cgit v1.2.3