It builds!

This commit is contained in:
2024-10-18 10:57:09 -05:00
parent a11206680a
commit 0153012f90
11 changed files with 206 additions and 389 deletions

View File

@@ -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";
};
};
};