Add podman

Signed-off-by: Noah Knegt <git@noahknegt.com>
This commit is contained in:
2025-03-01 14:39:29 +01:00
parent e87abc6300
commit 070608bab8
4 changed files with 17 additions and 0 deletions

View File

@@ -16,6 +16,8 @@
rust-lang.rust-analyzer
tamasfe.even-better-toml
fill-labs.dependi
ms-vscode.cpptools
];
userSettings = {

View File

@@ -0,0 +1,7 @@
{ ... }:
{
imports = [
./podman.nix
];
}

View File

@@ -0,0 +1,7 @@
{ pkgs, ... }:
{
programs.podman = {
enable = true;
};
}

View File

@@ -16,6 +16,7 @@
# ./nvim.nix
./IDEs
./development
./tools