diff options
| author | Alejandro Soto <alejandro@34project.org> | 2022-12-26 23:55:59 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2022-12-26 23:55:59 -0600 |
| commit | 9d4a860360958a01490013b07c59083e9013cff4 (patch) | |
| tree | 66fe7c203012427d6f0e7751c5a23f56def13f56 | |
| parent | 13b51359c0b5c5d126adc4ff60d7abd2439c6111 (diff) | |
home/environ: remove .calc_history symlink
| -rw-r--r-- | home/environ.nix | 2 |
1 files changed, 1 insertions, 1 deletions
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 = { |
