Initial import.
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
{ confg, pkgs, ... }:
|
||||
|
||||
{
|
||||
environment.systemPackages = with pkgs; with kdePackages; with qt6Packages; [
|
||||
(kdePackages.qt6ct.overrideAttrs (oldAttrs: {
|
||||
name = "qt6ct-kde";
|
||||
buildInputs = oldAttrs.buildInputs ++ ([
|
||||
qtdeclarative kconfig kcolorscheme kiconthemes
|
||||
]);
|
||||
patches = (oldAttrs.patches or [ ]) ++ [ ./qt6ct-shenanigans.patch ];
|
||||
}))
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user