darwin compatible commit, touching up on modules, common system ietms

This commit is contained in:
2024-12-18 20:09:08 -05:00
parent 1e3ffdf0a3
commit b6653cee0b
5 changed files with 39 additions and 47 deletions

View File

@ -44,7 +44,6 @@
firefox
wttrbar
cliphist
xivlauncher
patchelf
];
@ -108,18 +107,16 @@
powertop.enable = false;
};
podman = {
podman = {
enable = true;
extraPackages = with pkgs; [
docker-credential-helpers
toolbox
cosign
crane
podman-tui
podman-desktop
];
};
containers.podman = {
enable = true;
extraPackages = with pkgs; [
docker-credential-helpers
toolbox
cosign
crane
podman-tui
podman-desktop
];
};
customNetworking = {