diff options
Diffstat (limited to 'home/environ.nix')
| -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 b12093e..5e489c4 100644 --- a/home/environ.nix +++ b/home/environ.nix @@ -14,7 +14,7 @@ with lib; { devNull = symlink "/dev/null"; in { - "vtmp" = symlink "/run/user/1000/vtmp"; + "vtmp" = symlink "/run/user/${toString config.local.uid}/vtmp"; ".units_history" = devNull; #TODO: .calc_history }; |
