fix proton (new gui sucks)

This commit is contained in:
sadan 2024-11-27 00:05:26 -05:00
parent bb0202e109
commit 76f77464a4
No known key found for this signature in database

View file

@ -1,12 +1,12 @@
{pkgs, ...}: {
{pkgs, stable, ...}: {
home = {
packages = with pkgs; [
parsec-bin
protonvpn-gui
stable.protonvpn-gui
insomnia
teamviewer
filezilla
bitwarden
];
};
}
}