mirror of
https://github.com/librephoenix/nixos-config
synced 2025-10-18 09:34:00 +05:30
For managing ldap server
This commit is contained in:
parent
eb367190d4
commit
68b58ccd0a
1 changed files with 4 additions and 0 deletions
|
@ -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";
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue