Fixes for work computer
This commit is contained in:
@@ -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
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user