Set up podman and mail stack
This commit is contained in:
parent
ce494aa7a2
commit
3eebf8e140
|
@ -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;
|
||||||
|
};
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue