summaryrefslogtreecommitdiff
path: root/hosts/desktop
diff options
context:
space:
mode:
authoradikro <adikro@disroot.org>2026-03-20 14:42:59 +0100
committeradikro <adikro@disroot.org>2026-03-20 14:42:59 +0100
commit43c36f0db8d30e6a06c34c43a25621a13c555f66 (patch)
tree2ca6df7c6ce094177e54ee1be462cf41b0ec5e85 /hosts/desktop
parent622fd3f8413e6c0938f8f08a3be84fe5d4ca9e87 (diff)
updates
Diffstat (limited to 'hosts/desktop')
-rw-r--r--hosts/desktop/configuration.nix5
1 files changed, 5 insertions, 0 deletions
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"