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

10 lines
139 B
Nix
Raw Normal View History

2025-03-09 03:23:04 +00:00
{lib, ...}: let
inherit (lib.marleyos) enabled;
in {
marleyos = {
bundles.server = enabled;
};
home.stateVersion = "24.05";
}