several improvements to desktop

This commit is contained in:
Thilo Billerbeck 2025-04-01 20:01:20 +02:00
commit b4e9a29654
9 changed files with 23 additions and 23 deletions
configs/thilo-pc

View file

@ -46,10 +46,10 @@
];
programs.distrobox = {
enable = lib.mkForce true;
enable = true;
containers = {
arch = {
image = "arch-toolbox";
image = "quay.io/toolbx/arch-toolbox";
additional_packages = "python python-pip nodejs";
volume = "/etc/static/profiles/per-user:/etc/profiles/per-user:ro";
replace = true;