nixos/tower: Add wireshark and Tailscale shell abbrev
This commit is contained in:
parent
f58b71e8d3
commit
b1af3dbf18
@ -116,6 +116,10 @@
|
||||
|
||||
programs = {
|
||||
steam.enable = true;
|
||||
wireshark = {
|
||||
enable = true;
|
||||
package = pkgs.wireshark-qt;
|
||||
};
|
||||
};
|
||||
|
||||
networking = {
|
||||
@ -171,6 +175,14 @@
|
||||
packages = with pkgs; [ ];
|
||||
};
|
||||
|
||||
programs = {
|
||||
fish = {
|
||||
shellAbbrs = {
|
||||
tsup = "doas tailscale up --login-server=https://ts.nul.ie --accept-routes";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
services = {
|
||||
blueman-applet.enable = true;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user