From 1d40f7be90fa740ce34d7c0873b4acf205bca06a Mon Sep 17 00:00:00 2001 From: adikro Date: Mon, 23 Mar 2026 16:12:29 +0100 Subject: thinkpad stuff --- os/srv/compat.nix | 5 +++++ os/srv/omnisearch.nix | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) (limited to 'os/srv') diff --git a/os/srv/compat.nix b/os/srv/compat.nix index 721fab1..1ea6105 100644 --- a/os/srv/compat.nix +++ b/os/srv/compat.nix @@ -15,6 +15,11 @@ in package = pkgs.xwayland-satellite; }; + environment.systemPackages = with pkgs; [ + wineWow64Packages.stagingFull + winetricks + ]; + environment.sessionVariables = { NIXOS_OZONE_WL = "1"; ELECTRON_ENABLE_WAYLAND = "1"; diff --git a/os/srv/omnisearch.nix b/os/srv/omnisearch.nix index dbc398c..dea0490 100644 --- a/os/srv/omnisearch.nix +++ b/os/srv/omnisearch.nix @@ -9,10 +9,10 @@ let in { options.os.srv.omnisearch.enable = lib.mkEnableOption "enables omnisearch"; - # imports = [ inputs.omnisearch.nixosModules.default ]; + imports = [ inputs.omnisearch.nixosModules.default ]; config = lib.mkIf cfg.enable { - # services.omnisearch.enable = true; + services.omnisearch.enable = true; networking.hosts."127.0.0.1" = [ "omnisearch.local" ]; }; } -- cgit v1.3