Skip to content

Commit ad32c0c

Browse files
committed
enforcing hyperland gpu is a bad idea
1 parent 58a30e4 commit ad32c0c

File tree

2 files changed

+29
-26
lines changed

2 files changed

+29
-26
lines changed

home/daniel/hyprland.nix

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ in
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"

modules/applications/bambulab.nix

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,36 @@
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
}

0 commit comments

Comments
 (0)