diff options
-rw-r--r-- | gui/apps/web.nix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gui/apps/web.nix b/gui/apps/web.nix index fa09685..9c4e09c 100644 --- a/gui/apps/web.nix +++ b/gui/apps/web.nix @@ -1,10 +1,10 @@ -{ config, pkgs, pkgs-unstable, ... }: +{ config, pkgs, ... }: { home = { packages = [ - pkgs-unstable.tdesktop - pkgs-unstable.zotero + pkgs.tdesktop + pkgs.zotero pkgs.tigervnc pkgs.remmina ]; |