diff --git a/nixos/home/jahanson/workstation.nix b/nixos/home/jahanson/workstation.nix index efb673a..d515504 100644 --- a/nixos/home/jahanson/workstation.nix +++ b/nixos/home/jahanson/workstation.nix @@ -56,7 +56,6 @@ with config; unstable.talosctl unstable.telegram-desktop unstable.tidal-hifi - unstable.vault # unstable.vesktop # gpu issues. Using the flatpak version solves this issue. vlc yt-dlp diff --git a/nixos/hosts/telchar/default.nix b/nixos/hosts/telchar/default.nix index 2c03288..9eb164e 100644 --- a/nixos/hosts/telchar/default.nix +++ b/nixos/hosts/telchar/default.nix @@ -29,9 +29,9 @@ ## Base config programs. programs = { # Enable Wireshark - wireshark = { - enable = true; - }; + wireshark.enable = true; + # Enable OpenJDK + java.enable = true; }; # KDE Wallet PAM integration for unlocking the default wallet on login