diff --git a/hosts/zenith/home.nix b/hosts/zenith/home.nix index 947a6592..6af81187 100644 --- a/hosts/zenith/home.nix +++ b/hosts/zenith/home.nix @@ -40,6 +40,10 @@ bluetooth.enable = true; }; + home.packages = with pkgs; [ + openldap ldapvi + ]; + home.sessionVariables = lib.mkIf config.userSettings.hyprland.enable { AQ_DRM_DEVICES = lib.mkForce "/dev/dri/card0"; };