refactor: massively overhaul home manager module system

This commit is contained in:
Youwen Wu 2024-12-25 19:47:59 -08:00
parent b2270408fc
commit a506d2aed4
Signed by: youwen
GPG key ID: 865658ED1FE61EC3
64 changed files with 5201 additions and 64 deletions

View file

@ -0,0 +1,16 @@
{ lib, ... }:
{
imports = [
../../../hm/modules
../../users/youwen
];
home.stateVersion = "24.05";
wayland.windowManager.hyprland.settings.monitor = [
"DP-1,2560x1440@144,1920x0,auto"
"HDMI-A-1,1920x1080@60,0x0,1"
];
programs.hyprlock.settings.background.monitor = lib.mkForce "DP-1";
}