distrobox

This commit is contained in:
2024-08-09 23:39:45 -06:00
parent 6f8edb2052
commit fd3237464e
2 changed files with 7 additions and 8 deletions

View File

@@ -6,6 +6,7 @@
../../pkgs/obs-studio.nix
];
my = {
enableContainers = true;
emacs.enable = true;
apps = {
art.enable = true;
@@ -76,6 +77,7 @@
groups.nixremote.gid = 555;
users = {
jawz.packages = with pkgs; [
distrobox # install packages from other os
gocryptfs # encrypted filesystem! shhh!!!
torrenttools # create torrent files from the terminal!
vcsi # video thumbnails for torrents, can I replace it with ^?
@@ -130,9 +132,4 @@
directoryRoot = "/resilio";
};
};
virtualisation.podman = {
enable = true;
dockerCompat = true;
defaultNetwork.settings.dns_enabled = true;
};
}