From b7f739d0b0d4067fbc1154a70c1f872e2e9e5f39 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leon=20Schwarz=C3=A4ugl?= Date: Mon, 9 Jun 2025 02:21:33 +0200 Subject: [PATCH] chore: use packaged appimage version of cura --- SwarselSystems.org | 2 +- modules/home/common/custom-packages.nix | 1 - modules/home/common/packages.nix | 1 + 3 files changed, 2 insertions(+), 2 deletions(-) diff --git a/SwarselSystems.org b/SwarselSystems.org index 2f5f285..b2dbc1e 100644 --- a/SwarselSystems.org +++ b/SwarselSystems.org @@ -9275,6 +9275,7 @@ This holds packages that I can use as provided, or with small modifications (as # printing cups simple-scan + cura-appimage # dict (aspellWithDicts (dicts: with dicts; [ de en en-computers en-science ])) @@ -9453,7 +9454,6 @@ This is just a separate container for derivations defined in [[#h:64a5cc16-6b16- config = lib.mkIf config.swarselsystems.modules.ownpackages { home.packages = with pkgs; lib.mkIf (!config.swarselsystems.isPublic) [ pass-fuzzel - cura5 cdw cdb bak diff --git a/modules/home/common/custom-packages.nix b/modules/home/common/custom-packages.nix index 70dc90d..cbb57dc 100644 --- a/modules/home/common/custom-packages.nix +++ b/modules/home/common/custom-packages.nix @@ -5,7 +5,6 @@ config = lib.mkIf config.swarselsystems.modules.ownpackages { home.packages = with pkgs; lib.mkIf (!config.swarselsystems.isPublic) [ pass-fuzzel - cura5 cdw cdb bak diff --git a/modules/home/common/packages.nix b/modules/home/common/packages.nix index 59017f6..3cd4eb0 100644 --- a/modules/home/common/packages.nix +++ b/modules/home/common/packages.nix @@ -20,6 +20,7 @@ # printing cups simple-scan + cura-appimage # dict (aspellWithDicts (dicts: with dicts; [ de en en-computers en-science ]))