diff options
author | tv <tv@krebsco.de> | 2023-01-17 00:37:46 +0100 |
---|---|---|
committer | tv <tv@krebsco.de> | 2023-01-18 17:23:38 +0100 |
commit | 70472d8c45caba8df6f57b43cec686e4df459135 (patch) | |
tree | a11c63488b32bcdbaf0ed36a422f6e39f9a132e2 | |
parent | 051dd045d3f0e3ab14d63347bd46b887c1c34e6d (diff) |
tv alacritty: TMPDIR -> XDG_RUNTIME_DIR
-rw-r--r-- | tv/5pkgs/simple/alacritty-tv.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tv/5pkgs/simple/alacritty-tv.nix b/tv/5pkgs/simple/alacritty-tv.nix index 9da850620..7e24b7e1b 100644 --- a/tv/5pkgs/simple/alacritty-tv.nix +++ b/tv/5pkgs/simple/alacritty-tv.nix @@ -83,7 +83,7 @@ let in pkgs.writeText "alacritty-tv-${name}.profile" /* sh */ '' # Use home so Alacritty can find the configuration without arguments. # HOME will be reset once in Alacritty. - HOME=$TMPDIR/Alacritty-${name} + HOME=$XDG_RUNTIME_DIR/Alacritty-${name} export HOME # Tell Alacritty via XDG_RUNTIME_DIR where to create sockets. |