diff --git a/modules/development.nix b/modules/development.nix index e98ab10..794629b 100644 --- a/modules/development.nix +++ b/modules/development.nix @@ -4,6 +4,15 @@ # Improve nix-shell and direnv integration services.lorri.enable = true; - # Enable virtualization + # Enable virtualisation virtualisation.libvirtd.enable = true; + + # Set up podman + virtualisation = { + containers.users = [ "coolneng" ]; + podman = { + enable = true; + dockerCompat = true; + }; + }; } diff --git a/modules/software.nix b/modules/software.nix index 79f08c5..24ea21b 100644 --- a/modules/software.nix +++ b/modules/software.nix @@ -32,6 +32,7 @@ direnv lorri nixfmt + podman-compose # Rice gtk_engines adapta-gtk-theme @@ -43,6 +44,15 @@ fff zathura libreoffice + # Propietary + skypeforlinux + # Mail stack + neomutt + isync + notmuch + msmtp + w3m + urlscan ]; # Fonts declaration