chanage hosts in homeConfigs to comply with new layout

This commit is contained in:
2025-02-12 16:38:32 +01:00
parent ac0c894ba2
commit 5c23caf62c
13 changed files with 20 additions and 79 deletions

View File

@ -0,0 +1,12 @@
{ config, lib, pkgs, ... }:
{
wayland.windowManager.hyprland.settings = {
monitor= [
"virt-1, 1920x1080@60, 0x0, 1.0"
];
env = ["WLR_BACKENDS,headless"];
};
}