stuff
This commit is contained in:
parent
a026867c03
commit
d1d7dd9c01
22 changed files with 427 additions and 103 deletions
|
@ -13,6 +13,14 @@ in
|
|||
assertion = !config.profiles.server.enable;
|
||||
message = "The desktop profile is not compatible with the server profile.";
|
||||
}
|
||||
{
|
||||
assertion = config.profiles.headful.enable;
|
||||
message = "The desktop profile depends on the headful profile.";
|
||||
}
|
||||
{
|
||||
assertion = config.profiles.dynamic.enable;
|
||||
message = "The desktop profile depends on the dynamic profile.";
|
||||
}
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue