mirror of
https://github.com/librephoenix/nixos-config
synced 2025-10-19 01:54:02 +05:30
Fixes for work computer
This commit is contained in:
parent
d5a354a0df
commit
1b6bdc9790
4 changed files with 30 additions and 50 deletions
|
@ -40,6 +40,10 @@
|
|||
bluetooth.enable = true;
|
||||
};
|
||||
|
||||
home.sessionVariables = lib.mkIf config.userSettings.hyprland.enable {
|
||||
AQ_DRM_DEVICES = lib.mkForce "/dev/dri/card0";
|
||||
};
|
||||
|
||||
wayland.windowManager.hyprland = lib.mkIf config.userSettings.hyprland.enable {
|
||||
settings = {
|
||||
bind = [
|
||||
|
@ -61,5 +65,11 @@
|
|||
|
||||
};
|
||||
};
|
||||
|
||||
services.fnott.settings = {
|
||||
main = {
|
||||
output = "eDP-1"; # notifications only on main display
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue