mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-01-31 08:52:49 -05:00
nix: fix home module (#1387)
This commit is contained in:
@@ -79,6 +79,7 @@ in
|
|||||||
default = config.wayland.systemd.target;
|
default = config.wayland.systemd.target;
|
||||||
defaultText = lib.literalExpression "config.wayland.systemd.target";
|
defaultText = lib.literalExpression "config.wayland.systemd.target";
|
||||||
description = "Systemd target to bind to.";
|
description = "Systemd target to bind to.";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
config = lib.mkIf cfg.enable {
|
config = lib.mkIf cfg.enable {
|
||||||
|
|||||||
Reference in New Issue
Block a user