remove vault and add openjdk-latest.
This commit is contained in:
parent
ebdbb2226c
commit
a0853e5f4c
2 changed files with 3 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue