fix: set home-manager.useGlobalPkgs=true for m3ta-nixpkgs overlays
This commit is contained in:
@@ -18,6 +18,7 @@
|
||||
environment.pathsToLink = ["/share/xdg-desktop-portal" "/share/applications"];
|
||||
|
||||
home-manager = {
|
||||
useGlobalPkgs = true;
|
||||
useUserPackages = true;
|
||||
extraSpecialArgs = {
|
||||
inherit inputs outputs system;
|
||||
|
||||
Reference in New Issue
Block a user