From 9d3bcbddf26874425e25a0423ac4b011f074b600 Mon Sep 17 00:00:00 2001 From: Jan Grosser Date: Mon, 29 Jul 2024 13:54:25 +0200 Subject: [PATCH] Installed AppImage Cura is repeatably making problems to install because of dependency issues. Therefore, I installed Curo as AppImage. --- hosts/p14s/configuration.nix | 7 +++++++ hosts/p14s/home.nix | 4 ++++ 2 files changed, 11 insertions(+) diff --git a/hosts/p14s/configuration.nix b/hosts/p14s/configuration.nix index 4e5c474..34753e3 100644 --- a/hosts/p14s/configuration.nix +++ b/hosts/p14s/configuration.nix @@ -135,6 +135,13 @@ git ]; + # Tell Linux to launch AppImage files with appimage-run + # See: https://wiki.nixos.org/wiki/Appimage + programs.appimage = { + enable = true; + binfmt = true; + }; + # Power Management # See: https://nixos.wiki/wiki/Laptop services.auto-cpufreq.enable = true; diff --git a/hosts/p14s/home.nix b/hosts/p14s/home.nix index c1d2ecd..f898b74 100644 --- a/hosts/p14s/home.nix +++ b/hosts/p14s/home.nix @@ -33,6 +33,8 @@ pciutils htop btop + # AppImage is needed at least for cura slicer + appimage-run # Terminal alacritty @@ -101,6 +103,8 @@ # 3D Printing freecad openscad + # Cura had repeatably issues to install properly, also back on my old + # Arch system. Therefore, I continue installing as AppImage #cura # Games