hyprland: separate settings for user and host

This commit is contained in:
2025-11-27 15:33:23 +03:00
parent dec1530e98
commit e8d5b71b72
8 changed files with 146 additions and 94 deletions
+9
View File
@@ -0,0 +1,9 @@
{
wayland.windowManager.hyprland = {
settings = {
monitor = [
"eDP-1, 1920x1080@60, 0x0, 1"
];
};
};
}