remove davinci-resolve

This commit is contained in:
陈浩南 2023-07-16 14:23:48 +08:00
parent 42bc589838
commit cc55d58afb
2 changed files with 18 additions and 4 deletions

View File

@ -10,7 +10,21 @@ inputs:
boot = boot =
{ {
kernelParams = [ "delayacct" "acpi_osi=Linux" ]; kernelParams = [ "delayacct" "acpi_osi=Linux" ];
kernelPackages = inputs.pkgs.linuxPackages_xanmod_latest; kernelPackages = inputs.pkgs.linuxPackagesFor (inputs.pkgs.linuxPackages_xanmod.kernel.override
{
argsOverride = rec
{
src = inputs.pkgs.fetchFromGitHub
{
owner = "xanmod";
repo = "linux";
rev = modDirVersion;
sha256sum = inputs.lib.fakeSha256;
};
version = "6.3.12";
modDirVersion = "6.3.12-xanmod1";
};
});
kernelPatches = kernelPatches =
( (
let let
@ -21,8 +35,8 @@ inputs:
{ {
patch = inputs.pkgs.fetchurl patch = inputs.pkgs.fetchurl
{ {
url = "https://raw.githubusercontent.com/zhmars/cjktty-patches/master/v6.x/cjktty-6.4.patch"; url = "https://raw.githubusercontent.com/zhmars/cjktty-patches/master/v6.x/cjktty-6.3.patch";
sha256 = "sha256-oGZxvg6ldpPAn5+W+r/e/WkVO92iv0XVFoJfFF5rdc8="; sha256 = "sha256-QnsWruzhtiZnqzTUXkPk9Hb19Iddr4VTWXyV4r+iLvE=";
}; };
extraStructuredConfig = extraStructuredConfig =
{ FONT_CJK_16x16 = inputs.lib.kernel.yes; FONT_CJK_32x32 = inputs.lib.kernel.yes; }; { FONT_CJK_16x16 = inputs.lib.kernel.yes; FONT_CJK_32x32 = inputs.lib.kernel.yes; };

View File

@ -92,7 +92,7 @@ inputs:
wl-clipboard-x11 parallel lsof duperemove mlocate kmscon hdparm bat gnuplot whois zoom traceroute tcping-go wl-clipboard-x11 parallel lsof duperemove mlocate kmscon hdparm bat gnuplot whois zoom traceroute tcping-go
tcpdump nmap mtr-gui simplescreenrecorder obs-studio tcpdump nmap mtr-gui simplescreenrecorder obs-studio
signal-desktop dbeaver ftxui yaml-cpp wl-mirror poppler_utils imagemagick gimp signal-desktop dbeaver ftxui yaml-cpp wl-mirror poppler_utils imagemagick gimp
playonlinux bottles davinci-resolve playonlinux bottles # davinci-resolve
] ]
++ (with inputs.lib; filter isDerivation (attrValues inputs.pkgs.plasma5Packages.kdeGear)); ++ (with inputs.lib; filter isDerivation (attrValues inputs.pkgs.plasma5Packages.kdeGear));
programs.wireshark = { enable = true; package = inputs.pkgs.wireshark; }; programs.wireshark = { enable = true; package = inputs.pkgs.wireshark; };