distrobox config
This commit is contained in:
parent
b5c9d537ce
commit
0bfe6740dc
1 changed files with 8 additions and 0 deletions
|
@ -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";
|
||||||
|
};
|
||||||
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue