diff options
| -rw-r--r-- | home-manager/home.nix | 1 | ||||
| -rw-r--r-- | machines/zenbook/configuration.nix | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/home-manager/home.nix b/home-manager/home.nix index 7b37db7..dc64818 100644 --- a/home-manager/home.nix +++ b/home-manager/home.nix @@ -91,7 +91,6 @@ linode-cli putty qbittorrent - wireshark # mpris ciscoPacketTracer8 # ciscoPacketTracer7 diff --git a/machines/zenbook/configuration.nix b/machines/zenbook/configuration.nix index 9363722..154d3cf 100644 --- a/machines/zenbook/configuration.nix +++ b/machines/zenbook/configuration.nix @@ -86,6 +86,7 @@ # Some programs need SUID wrappers, can be configured further or are # started in user sessions. programs = { + wireshark.enable = true; light.enable = true; mtr.enable = true; gnupg.agent = { |
