refactor: complete new hosts system

This commit is contained in:
Youwen Wu 2024-08-20 19:51:08 -07:00
parent 6fce20dc97
commit f81c7f795c
Signed by: youwen
GPG key ID: 865658ED1FE61EC3
6 changed files with 341 additions and 332 deletions

View file

@ -0,0 +1,3 @@
{pkgs, ...}: {
wayland.windowManager.hyprland.settings.monitor = pkgs.lib.mkForce ["eDP-1,2560x1440@165,0x0,1.6"];
}