From 07f77a6ba05e5fc4b72ca47a43acc4ed0e2d4495 Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Fri, 12 Dec 2025 13:11:38 +0100 Subject: Update to 25.11, manually pull in deprecated stuff for emacs I do not understand why helm-ag and helm-sweep were removed in MELPA… They work perfectly fine. --- gui/apps/dev.nix | 7 ++++--- gui/apps/web.nix | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) (limited to 'gui/apps') diff --git a/gui/apps/dev.nix b/gui/apps/dev.nix index 5202d3c..55cc56d 100644 --- a/gui/apps/dev.nix +++ b/gui/apps/dev.nix @@ -1,4 +1,4 @@ -{ pkgs, pkgs-unstable, ... }: +{ pkgs, pkgs-unstable, pkgs-oldstable, ... }: { home = { @@ -9,8 +9,9 @@ meld # Visualization and CAD - paraview - pkgs-unstable.blender + pkgs-oldstable.paraview + + blender freecad meshlab diff --git a/gui/apps/web.nix b/gui/apps/web.nix index 3fcb931..53f244b 100644 --- a/gui/apps/web.nix +++ b/gui/apps/web.nix @@ -3,7 +3,7 @@ { home = { packages = [ - pkgs.tdesktop + pkgs.telegram-desktop pkgs.tigervnc pkgs.remmina pkgs.zotero -- cgit v1.2.3