marleyos/homes/x86_64-linux/marley@nyx/default.nix

19 lines
430 B
Nix
Raw Normal View History

2025-01-06 01:44:48 +00:00
{lib, ...}: let
inherit (lib.marleyos) enabled;
in {
marleyos = {
bundles.desktop = enabled;
2024-11-16 20:09:40 +00:00
2025-01-09 16:08:30 +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";
2024-11-17 05:18:54 +00:00
};
2024-11-16 06:12:35 +00:00
};
home.stateVersion = "24.05";
}