hopefully fix kavita sorting

This commit is contained in:
Kopatz
2024-04-27 23:50:23 +02:00
parent a56f0ac623
commit 4e42a79546
12 changed files with 16150 additions and 8 deletions

View File

@@ -1,6 +1,7 @@
{pkgs, config, ...}:
{
age.identityPaths = [ /home/kopatz/.ssh/id_rsa ];
mainUser.layout = "de";
mainUser.variant = "us";
custom = {
@@ -15,8 +16,11 @@
ld.enable = true;
settings.enable = true;
};
graphical = {
lxqt.enable = true;
};
services = {
kubernetes.enable = true;
kavita.enable = true;
};
};
}