Major update to handle multiple systems

This commit is contained in:
Emmet 2025-02-12 14:12:11 -06:00
parent 0453901d17
commit cd1d2d866b
34 changed files with 2040 additions and 456 deletions

View file

@ -45,6 +45,13 @@
theme = "io";
};
};
users.users.emmet.description = "Emmet";
home-manager.users.emmet.userSettings = {
name = "Emmet";
email = "emmet@librephoenix.com";
};
};
}

View file

@ -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"
];
};
};
};
}