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 = {
|
home = {
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
parsec-bin
|
parsec-bin
|
||||||
protonvpn-gui
|
stable.protonvpn-gui
|
||||||
insomnia
|
insomnia
|
||||||
teamviewer
|
teamviewer
|
||||||
filezilla
|
filezilla
|
||||||
bitwarden
|
bitwarden
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue