try xanmod

This commit is contained in:
Kopatz
2024-12-15 13:51:16 +01:00
parent 4a7b650402
commit 786b315fbf
5 changed files with 28 additions and 16 deletions

View File

@@ -32,6 +32,7 @@ in {
winetricks
lutris
prismlauncher
steamtinkerlaunch
#tetrio-desktop #fuck you osk
#libs
]);

View File

@@ -97,6 +97,14 @@ in {
return 301 /comms/;
'';
};
"/kavita-client" = {
extraConfig = ''
return 301 /kavita-client/;
'';
};
"/kavita-client/" = {
alias = "/kavita-client/";
};
};
};
in {

View File

@@ -0,0 +1,4 @@
{ pkgs, ... }: {
boot.kernelPackages = pkgs.linuxPackages_xanmod_latest;
boot.kernelModules = [ "ntsync" ];
}