init config

This commit is contained in:
2025-07-04 00:32:17 +02:00
commit 1a20402712
35 changed files with 2383 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
self: super:
{
ddccontrol = super.callPackage ../pkgs/ddccontrol {};
# Pin some kde packages to 6.3.1, 6.3.2 breaks thunderbolt
# kdePackages = super.kdePackages.overrideScope(kdeFinal: kdePrev: {
# kwin = kdePrev.kwin.overrideAttrs (prevAttrs: {
# src = super.fetchurl {
# url = "mirror://kde/stable/plasma/6.3.1/kwin-6.3.1.tar.xz";
# hash = "sha256-mlC6DqpiCXg73vu2aOV9DL36cc6Ov70X/kRtttdz8kI=";
# };
# version = "6.3.1";
# });
# });
}