Make systemdboot optional
This commit is contained in:
parent
4afd999894
commit
8c19df773b
4 changed files with 11 additions and 3 deletions
|
|
@ -19,7 +19,7 @@
|
|||
};
|
||||
};
|
||||
config = lib.mkIf config.mods.sway.enable (
|
||||
lib.optionalAttrs (options ? wayland.windowManger) {
|
||||
lib.optionalAttrs (options ? wayland.windowManger.sway) {
|
||||
wayland.windowManager.sway =
|
||||
{
|
||||
enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue