It builds!
This commit is contained in:
@@ -6,8 +6,9 @@
|
||||
|
||||
{
|
||||
|
||||
options = {
|
||||
sysconfig.homebox.enable = lib.mkEnableOption "uses homebox config";
|
||||
options.sysconfig.homebox.enable = lib.options.mkOption {
|
||||
type = lib.types.bool;
|
||||
default = false;
|
||||
};
|
||||
|
||||
config = lib.mkIf config.sysconfig.homebox.enable {
|
||||
@@ -62,7 +63,7 @@
|
||||
environment = {
|
||||
sessionVariables = {
|
||||
WLR_BACKENDS = "headless";
|
||||
WLR_LIBINPUT_NO_DEVICES="1";
|
||||
WLR_LIBINPUT_NO_DEVICES = "1";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user