aboutsummaryrefslogtreecommitdiff
path: root/gui
diff options
context:
space:
mode:
authorAdrian Kummerlaender2024-11-23 17:35:33 +0100
committerAdrian Kummerlaender2024-11-23 17:35:33 +0100
commit4bf782b4da3664869c1c790d1fc80b41d435a409 (patch)
tree649d93b43be8b1c8423730865ee518530b6d383d /gui
parent7515de2756c6a997c62de18558f927e62863ed4c (diff)
downloadnixos_home-4bf782b4da3664869c1c790d1fc80b41d435a409.tar
nixos_home-4bf782b4da3664869c1c790d1fc80b41d435a409.tar.gz
nixos_home-4bf782b4da3664869c1c790d1fc80b41d435a409.tar.bz2
nixos_home-4bf782b4da3664869c1c790d1fc80b41d435a409.tar.lz
nixos_home-4bf782b4da3664869c1c790d1fc80b41d435a409.tar.xz
nixos_home-4bf782b4da3664869c1c790d1fc80b41d435a409.tar.zst
nixos_home-4bf782b4da3664869c1c790d1fc80b41d435a409.zip
Update, remove deprecated Jupyter flake
Diffstat (limited to 'gui')
-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 9c4e09c..41fc878 100644
--- a/gui/apps/web.nix
+++ b/gui/apps/web.nix
@@ -1,12 +1,13 @@
-{ config, pkgs, ... }:
+{ config, pkgs, pkgs-unstable, ... }:
{
home = {
packages = [
pkgs.tdesktop
- pkgs.zotero
pkgs.tigervnc
pkgs.remmina
+
+ pkgs-unstable.zotero
];
};