diff options
author | Adrian Kummerlaender | 2024-11-23 17:35:33 +0100 |
---|---|---|
committer | Adrian Kummerlaender | 2024-11-23 17:35:33 +0100 |
commit | 4bf782b4da3664869c1c790d1fc80b41d435a409 (patch) | |
tree | 649d93b43be8b1c8423730865ee518530b6d383d /gui/apps/web.nix | |
parent | 7515de2756c6a997c62de18558f927e62863ed4c (diff) | |
download | nixos_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/apps/web.nix')
-rw-r--r-- | gui/apps/web.nix | 5 |
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 ]; }; |