distrobox
This commit is contained in:
@@ -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;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user