rm manga, add libs to ld and use dotnet8 for ls
This commit is contained in:
@@ -70,6 +70,8 @@ in
|
||||
xorg.libxcb
|
||||
xorg.libxkbfile
|
||||
xorg.libxshmfence
|
||||
xorg.libICE
|
||||
xorg.libSM
|
||||
xz
|
||||
zlib
|
||||
zstd
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user