Skip to content

Commit d9a7b2e

Browse files
committed
infrastructure: revert xanadu changes and use qt6 kdenlive
1 parent 46cda72 commit d9a7b2e

File tree

2 files changed

+1
-26
lines changed

2 files changed

+1
-26
lines changed

infrastructure/graphical.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ with lib;
8383
krita
8484
inkscape
8585
aseprite
86-
kdenlive
86+
kdePackages.kdenlive
8787
godot_4
8888

8989
# music (DAW + plugins)

infrastructure/xanadu/hardware.nix

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -54,28 +54,6 @@ with lib;
5454
services.fwupd.enable = true;
5555
#security.pam.services.swaylock.fprintAuth = true;
5656

57-
# avoid audible audio pops on framework
58-
services.pipewire.wireplumber.extraConfig = {
59-
"51-disable-suspension"."monitor.alsa.rules" = [
60-
{
61-
matches = [
62-
{
63-
"node.name" = "~alsa_input.*";
64-
}
65-
{
66-
"node.name" = "~alsa_output.*";
67-
}
68-
69-
];
70-
actions = {
71-
update-props = {
72-
"session.suspend-timeout-seconds" = 0;
73-
};
74-
};
75-
}
76-
];
77-
};
78-
7957
services.udev.extraRules = ''
8058
# Atmel DFU
8159
### ATmega16U2
@@ -166,9 +144,6 @@ with lib;
166144
167145
SUBSYSTEMS=="usb", ATTRS{idVendor}=="32AC", ATTRS{idProduct}=="0018", TAG+="uaccess"
168146
SUBSYSTEMS=="usb", ATTRS{idVendor}=="32AC", ATTRS{idProduct}=="0014", TAG+="uaccess"
169-
170-
# power save broken on RZ616
171-
ACTION=="add", SUBSYSTEM=="net", KERNEL=="wl*", RUN+="${pkgs.iw}/bin/iw dev wlp5s0 set power_save off"
172147
'';
173148
};
174149
}

0 commit comments

Comments
 (0)