diff options
| author | adikro <adikro@disroot.org> | 2026-03-20 14:42:59 +0100 |
|---|---|---|
| committer | adikro <adikro@disroot.org> | 2026-03-20 14:42:59 +0100 |
| commit | 43c36f0db8d30e6a06c34c43a25621a13c555f66 (patch) | |
| tree | 2ca6df7c6ce094177e54ee1be462cf41b0ec5e85 /hosts/desktop/configuration.nix | |
| parent | 622fd3f8413e6c0938f8f08a3be84fe5d4ca9e87 (diff) | |
updates
Diffstat (limited to 'hosts/desktop/configuration.nix')
| -rw-r--r-- | hosts/desktop/configuration.nix | 5 |
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" |
