mirror of
https://github.com/librephoenix/nixos-config
synced 2025-11-30 22:54:01 +05:30
Packages and fixes for work
This commit is contained in:
parent
57ebb62bb8
commit
e23985287e
1 changed files with 2 additions and 2 deletions
|
|
@ -42,11 +42,11 @@
|
|||
};
|
||||
|
||||
home.packages = with pkgs; [
|
||||
openldap ldapvi rclone teams-for-linux rpi-imager freerdp pkgs-stable.tigervnc unixtools.xxd
|
||||
openldap ldapvi rclone teams-for-linux rpi-imager freerdp pkgs-stable.tigervnc unixtools.xxd nodejs electron
|
||||
];
|
||||
|
||||
home.sessionVariables = lib.mkIf config.userSettings.hyprland.enable {
|
||||
AQ_DRM_DEVICES = lib.mkForce "/dev/dri/card1";
|
||||
AQ_DRM_DEVICES = lib.mkForce "/dev/dri/card1:/dev/dri/card0";
|
||||
};
|
||||
|
||||
wayland.windowManager.hyprland = lib.mkIf config.userSettings.hyprland.enable {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue