distrobox config

This commit is contained in:
Jakub Kropáček 2025-02-28 08:36:23 +01:00
parent b5c9d537ce
commit 0bfe6740dc

View file

@ -32,5 +32,13 @@ in
enable = true; enable = true;
goPath = "Repositories/go"; goPath = "Repositories/go";
}; };
home.file.distrobox-cfg = {
text = ''
container_manager="podman"
container_additional_volumes="/nix/store:/nix/store:ro /etc/profiles/per-user:/etc/profiles/per-user:ro /etc/static/profiles/per-user/:/etc/static/profiles/per-user/:ro"
'';
target = ".config/distrobox/distrobox.conf";
};
}; };
} }