Set up podman and mail stack

This commit is contained in:
coolneng 2020-05-11 19:08:09 +02:00
parent ce494aa7a2
commit 3eebf8e140
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
2 changed files with 20 additions and 1 deletions

View File

@ -4,6 +4,15 @@
# Improve nix-shell and direnv integration # Improve nix-shell and direnv integration
services.lorri.enable = true; services.lorri.enable = true;
# Enable virtualization # Enable virtualisation
virtualisation.libvirtd.enable = true; virtualisation.libvirtd.enable = true;
# Set up podman
virtualisation = {
containers.users = [ "coolneng" ];
podman = {
enable = true;
dockerCompat = true;
};
};
} }

View File

@ -32,6 +32,7 @@
direnv direnv
lorri lorri
nixfmt nixfmt
podman-compose
# Rice # Rice
gtk_engines gtk_engines
adapta-gtk-theme adapta-gtk-theme
@ -43,6 +44,15 @@
fff fff
zathura zathura
libreoffice libreoffice
# Propietary
skypeforlinux
# Mail stack
neomutt
isync
notmuch
msmtp
w3m
urlscan
]; ];
# Fonts declaration # Fonts declaration