File tree Expand file tree Collapse file tree 2 files changed +29
-26
lines changed
Expand file tree Collapse file tree 2 files changed +29
-26
lines changed Original file line number Diff line number Diff line change 3232
3333 # TODO: is all of that necessary?
3434 env = [
35+ # Multi GPU
36+ # "AQ_DRM_DEVICES,/dev/dri/card1"
37+
3538 "QT_WAYLAND_DISABLE_WINDOWDECORATION,1"
3639 "QT_QPA_PLATFORM,wayland"
3740 "NVD_BACKEND,direct"
Original file line number Diff line number Diff line change 11{ config , pkgs , ... } :
22
3- let
4- bambulab = pkgs . appimageTools . wrapType2 rec {
5- name = "BambuStudio" ;
6- pname = "bambustudio" ;
7- version = "01.10.01.50" ;
3+ # let
4+ # bambulab = pkgs.appimageTools.wrapType2 rec {
5+ # name = "BambuStudio";
6+ # pname = "bambustudio";
7+ # version = "01.10.01.50";
88
9- src = pkgs . fetchurl {
10- url = "https://github.com/bambulab/BambuStudio/releases/download/v${ version } /Bambu_Studio_linux_ubuntu_20.04_v${ version } .AppImage " ;
11- sha256 = "sha256-i3WRPosApSm4bGezOcCgw+aqB4i5adhOfPShdDSPaXo=" ;
12- } ;
9+ # src = pkgs.fetchurl {
10+ # url = "https://github.com/bambulab/BambuStudio/releases/download/v${version}/Bambu_Studio_linux_ubuntu_20.04_v${version}.AppImage ";
11+ # sha256 = "sha256-i3WRPosApSm4bGezOcCgw+aqB4i5adhOfPShdDSPaXo=";
12+ # };
1313
14- profile = ''
15- export SSL_CERT_FILE="${ pkgs . cacert } /etc/ssl/certs/ca-bundle.crt"
16- export GIO_MODULE_DIR="${ pkgs . glib-networking } /lib/gio/modules/"
17- '' ;
14+ # profile = ''
15+ # export SSL_CERT_FILE="${pkgs.cacert}/etc/ssl/certs/ca-bundle.crt"
16+ # export GIO_MODULE_DIR="${pkgs.glib-networking}/lib/gio/modules/"
17+ # '';
1818
19- extraPkgs = pkgs : with pkgs ; [
20- cacert
21- curl
22- glib
23- glib-networking
24- gst_all_1 . gst-plugins-bad
25- gst_all_1 . gst-plugins-base
26- gst_all_1 . gst-plugins-good
27- webkitgtk_4_1
28- ] ;
29- } ;
30- in
19+ # extraPkgs = pkgs: with pkgs; [
20+ # cacert
21+ # curl
22+ # glib
23+ # glib-networking
24+ # gst_all_1.gst-plugins-bad
25+ # gst_all_1.gst-plugins-base
26+ # gst_all_1.gst-plugins-good
27+ # webkitgtk_4_1
28+ # ];
29+ # };
30+ # in
3131
3232{
3333 environment . systemPackages = with pkgs ; [
34- bambulab
34+ # bambu-studio
3535 ] ;
3636}
You can’t perform that action at this time.
0 commit comments