Fixes for work computer

This commit is contained in:
Emmet
2025-02-23 15:50:44 -06:00
parent d5a354a0df
commit 1b6bdc9790
4 changed files with 30 additions and 50 deletions

View File

@@ -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
};
};
};
}