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.talosctl
|
||||||
unstable.telegram-desktop
|
unstable.telegram-desktop
|
||||||
unstable.tidal-hifi
|
unstable.tidal-hifi
|
||||||
unstable.vault
|
|
||||||
# unstable.vesktop # gpu issues. Using the flatpak version solves this issue.
|
# unstable.vesktop # gpu issues. Using the flatpak version solves this issue.
|
||||||
vlc
|
vlc
|
||||||
yt-dlp
|
yt-dlp
|
||||||
|
|
|
@ -29,9 +29,9 @@
|
||||||
## Base config programs.
|
## Base config programs.
|
||||||
programs = {
|
programs = {
|
||||||
# Enable Wireshark
|
# Enable Wireshark
|
||||||
wireshark = {
|
wireshark.enable = true;
|
||||||
enable = true;
|
# Enable OpenJDK
|
||||||
};
|
java.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
# KDE Wallet PAM integration for unlocking the default wallet on login
|
# KDE Wallet PAM integration for unlocking the default wallet on login
|
||||||
|
|
Loading…
Reference in a new issue