fix: set home-manager.useGlobalPkgs=true for m3ta-nixpkgs overlays

This commit is contained in:
2026-05-02 10:08:50 +02:00
parent ab1bdc9848
commit f2ecd13780

View File

@@ -18,6 +18,7 @@
environment.pathsToLink = ["/share/xdg-desktop-portal" "/share/applications"]; environment.pathsToLink = ["/share/xdg-desktop-portal" "/share/applications"];
home-manager = { home-manager = {
useGlobalPkgs = true;
useUserPackages = true; useUserPackages = true;
extraSpecialArgs = { extraSpecialArgs = {
inherit inputs outputs system; inherit inputs outputs system;