nixos: add chrome devtools desktop entry

- Add a google-chrome launcher with remote debugging enabled
- Add a tmux attach shell alias
This commit is contained in:
2026-02-05 12:03:24 -08:00
committed by Kat Huang
parent 0c6363c793
commit 92de6c2c01
2 changed files with 40 additions and 1 deletions

View File

@@ -68,6 +68,7 @@ with lib;
shellAliases = {
df_ssh = "TERM='xterm-256color ssh -o StrictHostKeyChecking=no'";
fix_nix = "LD_LIBRARY_PATH='' nix";
ta = "tmux attach";
};
variables = {
ROFI_SYSTEMD_TERM = "alacritty -e";