add kde related packages

This commit is contained in:
jopejoe1 2024-07-10 22:10:58 +02:00
parent 42fa79f0f3
commit 8b9272581c
3 changed files with 85 additions and 0 deletions

View file

@ -115,4 +115,6 @@
];
installPhase = "mkdir -p $out; cp -R * $out/";
};
kde-hdr-fix = pkgs.callPackage ./kde-hdr.nix {};
kde-wallpaper = pkgs.callPackage ./kde-wallpaper.nix {};
}