2025-01-06 01:44:48 +00:00
|
|
|
{lib, ...}: let
|
2024-11-17 06:34:40 +00:00
|
|
|
inherit (lib.marleyos) enabled;
|
2024-12-03 02:52:06 +00:00
|
|
|
in {
|
2024-11-17 06:34:40 +00:00
|
|
|
marleyos = {
|
2025-01-30 04:46:54 +00:00
|
|
|
bundles.desktop = enabled;
|
2024-11-16 20:09:40 +00:00
|
|
|
|
2025-03-01 01:28:07 +00:00
|
|
|
# wayland.hyprland = {
|
|
|
|
# enable = true;
|
|
|
|
# monitors = {
|
|
|
|
# "DP-1" = "desc:Apple Computer Inc LED Cinema 2A91946Z0K0, 1920x1200, 0x0, 1";
|
|
|
|
# "HDMI-A-1" = "desc:Lenovo Group Limited LT2252p Wide 6V8ACF74, 1680x1050, 1920x0, 1";
|
|
|
|
# };
|
|
|
|
# mainMonitor = "DP-1";
|
|
|
|
# };
|
|
|
|
|
|
|
|
wayland.niri = enabled;
|
2024-11-16 06:12:35 +00:00
|
|
|
};
|
|
|
|
|
2024-11-15 05:28:56 +00:00
|
|
|
home.stateVersion = "24.05";
|
|
|
|
}
|