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

@@ -13,6 +13,7 @@ in
nix.settings.experimental-features = [ "nix-command" "flakes" ];
nix.registry.nixpkgs.flake = pkgsVersion;
nix.nixPath = ["nixpkgs=flake:nixpkgs"];
nixpkgs.config.allowUnfree = true;
home-manager.users.${config.mainUser.name}.home.sessionVariables = {
NIX_PATH = "nixpkgs=flake:nixpkgs$\{NIX_PATH:+:$NIX_PATH}";
NIXPKGS_ALLOW_UNFREE = "1";