aboutsummaryrefslogtreecommitdiff
path: root/gui/apps/web.nix
diff options
context:
space:
mode:
Diffstat (limited to 'gui/apps/web.nix')
-rw-r--r--gui/apps/web.nix5
1 files changed, 3 insertions, 2 deletions
diff --git a/gui/apps/web.nix b/gui/apps/web.nix
index fa09685..41fc878 100644
--- a/gui/apps/web.nix
+++ b/gui/apps/web.nix
@@ -3,10 +3,11 @@
{
home = {
packages = [
- pkgs-unstable.tdesktop
- pkgs-unstable.zotero
+ pkgs.tdesktop
pkgs.tigervnc
pkgs.remmina
+
+ pkgs-unstable.zotero
];
};