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

15 lines
228 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-03-01 18:20:25 +00:00
wayland.niri = {
enable = true;
monitors = ["DP-1" "HDMI-A-1"];
};
2024-11-16 06:12:35 +00:00
};
home.stateVersion = "24.05";
}