For managing ldap server

This commit is contained in:
Emmet
2025-03-26 10:20:02 -05:00
parent eb367190d4
commit 68b58ccd0a

View File

@ -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";
};