From 43c36f0db8d30e6a06c34c43a25621a13c555f66 Mon Sep 17 00:00:00 2001 From: adikro Date: Fri, 20 Mar 2026 14:42:59 +0100 Subject: updates --- hosts/desktop/configuration.nix | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'hosts/desktop/configuration.nix') diff --git a/hosts/desktop/configuration.nix b/hosts/desktop/configuration.nix index ae4d569..a96973d 100644 --- a/hosts/desktop/configuration.nix +++ b/hosts/desktop/configuration.nix @@ -79,6 +79,7 @@ monero.enable = true; sops.enable = true; syncthing.enable = true; + # omnisearch.enable = true; vpn.enable = true; }; wm = { @@ -92,6 +93,10 @@ package = pkgs.openrgb-with-all-plugins; }; + environment.systemPackages = with pkgs; [ + wl-kbptr + ]; + boot = { kernelModules = [ "nct6687" -- cgit v1.3