diff options
Diffstat (limited to 'hosts/desktop')
| -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" |
