forgot to add applciatoin configuration

This commit is contained in:
caleb 2024-04-10 14:48:36 -04:00
parent a0bae1bb58
commit 95ce1628f7

View File

@ -2,9 +2,6 @@
{
users.users.caleb.packages = with pkgs; [
john
];
environment.systemPackages = with pkgs; [
podman-compose
];
}