feat: add podman
This commit is contained in:
parent
640d3d9f77
commit
ca5faeec6c
1 changed files with 4 additions and 1 deletions
|
|
@ -93,7 +93,10 @@
|
|||
|
||||
# Add stuff for your user as you see fit:
|
||||
# programs.neovim.enable = true;
|
||||
# home.packages = with pkgs; [ steam ];
|
||||
home.packages = with pkgs; [
|
||||
podman
|
||||
podman-compose
|
||||
];
|
||||
|
||||
# Enable home-manager and git
|
||||
programs.home-manager.enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue