user services + wm in hjr, some qs workaround

This commit is contained in:
atagen 2025-10-29 12:27:35 +11:00
parent 9e3aa574eb
commit cb44e16d76
19 changed files with 393 additions and 361 deletions

View file

@ -24,10 +24,6 @@ in
getFlakePkg' = p: n: p.packages.${info.system}.${n};
};
modules = [
# (_: {
# disabledModules = [ "services/misc/open-webui.nix" ];
# imports = [ "${inputs.nixpkgs-stable}/nixos/modules/services/misc/open-webui.nix" ];
# })
inputs.arbys.nixosModules.arbys
inputs.hjem.nixosModules.hjem
(
@ -42,6 +38,7 @@ in
"packages"
"files"
"xdg"
"systemd"
]);
}
)