1

Update systemmodules/homemodules paths to allow nixd to differentiate between the two

This commit is contained in:
2026-01-18 15:47:51 +01:00
parent 25ae0f4b85
commit b7e2bba8f0
63 changed files with 173 additions and 195 deletions

View File

@ -5,9 +5,9 @@
pkgs,
...
}: let
inherit (config.modules) desktopportal;
inherit (config.systemmodules) desktopportal;
in {
options.modules.desktopportal = import ./options.nix {inherit lib mylib;};
options.systemmodules.desktopportal = import ./options.nix {inherit lib mylib;};
config = lib.mkIf desktopportal.enable {
xdg = {