From 087aad1c38cd743767f18014d909a8b5752e4dd5 Mon Sep 17 00:00:00 2001 From: Kopatz <7265381+Kropatz@users.noreply.github.com> Date: Sun, 7 Sep 2025 18:21:39 +0200 Subject: [PATCH] rm manga, add libs to ld and use dotnet8 for ls --- modules/nix/ld.nix | 2 ++ modules/services/kavita.nix | 1 - overlays.nix | 2 +- systems/pc/configuration.nix | 15 ++++++++++++++- 4 files changed, 17 insertions(+), 3 deletions(-) diff --git a/modules/nix/ld.nix b/modules/nix/ld.nix index 0890c5a..0890b1f 100644 --- a/modules/nix/ld.nix +++ b/modules/nix/ld.nix @@ -70,6 +70,8 @@ in xorg.libxcb xorg.libxkbfile xorg.libxshmfence + xorg.libICE + xorg.libSM xz zlib zstd diff --git a/modules/services/kavita.nix b/modules/services/kavita.nix index 2f438bc..2f2b5f2 100644 --- a/modules/services/kavita.nix +++ b/modules/services/kavita.nix @@ -114,7 +114,6 @@ in { ${mangal} inline -S Manganato --query "becoming_the_monarch" --manga first --download ${mangal} inline -S Manganato --query "sleeping" --manga first --download ${mangal} inline -S Manganato --query "Terror_man" --manga first --download - ${mangal} inline -S Manganato --query "I_Stole_the_Number_One_Ranker" --manga first --download ${mangal} inline -S Manganato --query "hidan_no_aria" --manga first --download ${mangal} inline -S AsuraScans --query "the_max_level_hero" --manga first --download ${mangal} inline -S Manganato --query "Parallel_City" --manga first --download diff --git a/overlays.nix b/overlays.nix index 2d282a5..7113650 100644 --- a/overlays.nix +++ b/overlays.nix @@ -82,7 +82,7 @@ in # inputs.hyprland.packages.${prev.stdenv.hostPlatform.system}.hyprland; #xdg-desktop-portal-hyprland = # inputs.hyprland.packages.${prev.stdenv.hostPlatform.system}.xdg-desktop-portal-hyprland; - csharp-ls = prev.csharp-ls-8; + #csharp-ls = prev.csharp-ls-8; }; # When applied, the unstable nixpkgs set (declared in the flake inputs) will diff --git a/systems/pc/configuration.nix b/systems/pc/configuration.nix index 39909c7..91cce5c 100644 --- a/systems/pc/configuration.nix +++ b/systems/pc/configuration.nix @@ -14,7 +14,7 @@ ../../modules/services/syncthing.nix ../../modules/support/ntfs.nix ../../modules/fh/writing.nix - ../../modules/work/vpn.nix + #../../modules/work/vpn.nix ../../modules/misc/faster-boot-time.nix ../../modules/misc/zram.nix #../../modules/hardware/ryzenmonitor.nix @@ -99,6 +99,19 @@ }; }; }; + services.searx = { + enable = true; + settings = { + use_default_settings=true; + server.port = 8787; + server.bind_address = "0.0.0.0"; + server.secret_key = "1"; + search = { + favicon_resolver = "duckduckgo"; + }; + }; + + }; services.ollama = { enable = false; acceleration = "rocm";