Installed AppImage
Cura is repeatably making problems to install because of dependency issues. Therefore, I installed Curo as AppImage.
This commit is contained in:
parent
186d8ed5bf
commit
9d3bcbddf2
2 changed files with 11 additions and 0 deletions
|
|
@ -135,6 +135,13 @@
|
||||||
git
|
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
|
# Power Management
|
||||||
# See: https://nixos.wiki/wiki/Laptop
|
# See: https://nixos.wiki/wiki/Laptop
|
||||||
services.auto-cpufreq.enable = true;
|
services.auto-cpufreq.enable = true;
|
||||||
|
|
|
||||||
|
|
@ -33,6 +33,8 @@
|
||||||
pciutils
|
pciutils
|
||||||
htop
|
htop
|
||||||
btop
|
btop
|
||||||
|
# AppImage is needed at least for cura slicer
|
||||||
|
appimage-run
|
||||||
|
|
||||||
# Terminal
|
# Terminal
|
||||||
alacritty
|
alacritty
|
||||||
|
|
@ -101,6 +103,8 @@
|
||||||
# 3D Printing
|
# 3D Printing
|
||||||
freecad
|
freecad
|
||||||
openscad
|
openscad
|
||||||
|
# Cura had repeatably issues to install properly, also back on my old
|
||||||
|
# Arch system. Therefore, I continue installing as AppImage
|
||||||
#cura
|
#cura
|
||||||
|
|
||||||
# Games
|
# Games
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue