mirror of
https://github.com/sadan4/dotfiles.git
synced 2025-01-18 11:13:30 -05:00
fix proton (new gui sucks)
This commit is contained in:
parent
bb0202e109
commit
76f77464a4
1 changed files with 3 additions and 3 deletions
|
@ -1,12 +1,12 @@
|
|||
{pkgs, ...}: {
|
||||
{pkgs, stable, ...}: {
|
||||
home = {
|
||||
packages = with pkgs; [
|
||||
parsec-bin
|
||||
protonvpn-gui
|
||||
stable.protonvpn-gui
|
||||
insomnia
|
||||
teamviewer
|
||||
filezilla
|
||||
bitwarden
|
||||
];
|
||||
};
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue