refactor: extract podman and picocom config

This commit is contained in:
Michael Mandl 2024-07-10 12:43:45 +02:00
parent a211568b7d
commit 4545f0f9f2
Signed by: mandlm
GPG key ID: 088ED38F036C7AF2
3 changed files with 2 additions and 2 deletions

5
podman.nix Normal file
View file

@ -0,0 +1,5 @@
{ pkgs, ... }:
{
home.packages = [ pkgs.podman ];
}