try xanmod
This commit is contained in:
@@ -32,6 +32,7 @@ in {
|
||||
winetricks
|
||||
lutris
|
||||
prismlauncher
|
||||
steamtinkerlaunch
|
||||
#tetrio-desktop #fuck you osk
|
||||
#libs
|
||||
]);
|
||||
|
||||
@@ -97,6 +97,14 @@ in {
|
||||
return 301 /comms/;
|
||||
'';
|
||||
};
|
||||
"/kavita-client" = {
|
||||
extraConfig = ''
|
||||
return 301 /kavita-client/;
|
||||
'';
|
||||
};
|
||||
"/kavita-client/" = {
|
||||
alias = "/kavita-client/";
|
||||
};
|
||||
};
|
||||
};
|
||||
in {
|
||||
|
||||
4
modules/xanmod-kernel.nix
Normal file
4
modules/xanmod-kernel.nix
Normal file
@@ -0,0 +1,4 @@
|
||||
{ pkgs, ... }: {
|
||||
boot.kernelPackages = pkgs.linuxPackages_xanmod_latest;
|
||||
boot.kernelModules = [ "ntsync" ];
|
||||
}
|
||||
Reference in New Issue
Block a user