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:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user