marleyos/modules/options/profiles.nix
2025-05-25 20:06:03 -07:00

6 lines
166 B
Nix

{lib, ...}: {
options.marleycfg.profiles = {
desktop = lib.mkEnableOption "graphical desktop profile";
server = lib.mkEnableOption "server profile";
};
}