fix: better style

This commit is contained in:
Ranomier 2025-05-08 20:30:50 +02:00
parent 698983167b
commit 2da8170c98
6 changed files with 9 additions and 14 deletions

View file

@ -1,7 +1,8 @@
{pkgs, ...}: {
# Enable common container config files in /etc/containers
virtualisation.containers.enable = true;
virtualisation = {
containers.enable = true;
podman = {
enable = true;
@ -15,8 +16,6 @@
};
};
environment.sessionVariables = {
};
# Useful other development tools
environment.systemPackages = with pkgs; [
dive # look into docker image layers

View file

@ -10,4 +10,5 @@
formatted = builtins.concatStringsSep "\n" sortedUnique;
in
formatted;
# TODO: in the far future: add a little alias that greps throgh that file
}