feat: enable dynamic linked binary execution

This commit is contained in:
2024-12-23 20:10:46 +05:00
parent e12d8722d5
commit bf6c3d237f

View File

@@ -131,6 +131,10 @@
portalPackage = inputs.hyprland.packages.${pkgs.stdenv.hostPlatform.system}.xdg-desktop-portal-hyprland; portalPackage = inputs.hyprland.packages.${pkgs.stdenv.hostPlatform.system}.xdg-desktop-portal-hyprland;
}; };
programs.nix-ld = {
enable = true;
};
virtualisation = { virtualisation = {
podman = { podman = {
enable = true; enable = true;