For managing ldap server
This commit is contained in:
@ -40,6 +40,10 @@
|
|||||||
bluetooth.enable = true;
|
bluetooth.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
home.packages = with pkgs; [
|
||||||
|
openldap ldapvi
|
||||||
|
];
|
||||||
|
|
||||||
home.sessionVariables = lib.mkIf config.userSettings.hyprland.enable {
|
home.sessionVariables = lib.mkIf config.userSettings.hyprland.enable {
|
||||||
AQ_DRM_DEVICES = lib.mkForce "/dev/dri/card0";
|
AQ_DRM_DEVICES = lib.mkForce "/dev/dri/card0";
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user