commit 11ae8e930c0e09b07b55e868cdf653f51c83f3e8
parent e9a32dead8e37e0c158bd7f8e6e839192ce3f7e4
Author: Toni Brown <tb148@proton.me>
Date: Thu, 4 Sep 2025 00:02:55 +0800
enable searx
Diffstat:
1 file changed, 5 insertions(+), 0 deletions(-)
diff --git a/configuration.nix b/configuration.nix
@@ -125,6 +125,11 @@
catppuccin.sddm.enable = false;
xdg.icons.fallbackCursorThemes = [ "catppuccin-mocha-mauve-cursors" ];
+ services.searx = {
+ enable = true;
+ environmentFile = "/home/tb148/.searxng.env";
+ };
+
programs.steam.enable = true;
# Copy the NixOS configuration file and link it from the resulting system