Major update to handle multiple systems
This commit is contained in:
@@ -40,5 +40,16 @@
|
||||
# hardware
|
||||
bluetooth.enable = true;
|
||||
};
|
||||
|
||||
wayland.windowManager.hyprland = lib.mkIf config.userSettings.hyprland.enable {
|
||||
settings = {
|
||||
monitor = [
|
||||
"eDP-1,1920x1080@300,900x1080,1"
|
||||
"HDMI-A-1,1920x1080,1920x0,1"
|
||||
"DP-1,1920x1080,0x0,1"
|
||||
];
|
||||
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user