Skip to content

Commit

Permalink
Add podman
Browse files Browse the repository at this point in the history
See related issue for needed workarounds on Mac: NixOS/nixpkgs#169118
  • Loading branch information
skogsbrus committed May 20, 2023
1 parent 1b12b9b commit 2b10be2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
3 changes: 2 additions & 1 deletion home/dev.nix
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ in
config = mkIf cfg.enable {
home.packages = with pkgs; [
jetbrains-mono
docker
podman
qemu
postgresql
] ++ (if stdenv.isLinux then [ zeal ] else [ ])
++ cfg.extraPackages
Expand Down
5 changes: 1 addition & 4 deletions hosts/airm2/home.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
imports = [
../../home
];

skogsbrus = {
dev = {
enable = true;
Expand All @@ -21,8 +21,5 @@
enable = true;
enableAll = true;
};
darwin = {
enable = true;
};
};
}

0 comments on commit 2b10be2

Please sign in to comment.