Add podman

This commit is contained in:
Nathan McCarty 2025-02-26 20:51:08 -05:00
parent f7fba8ffc8
commit 006eb27fa7

View file

@ -159,8 +159,19 @@
iptsd iptsd
surface-control surface-control
wl-clipboard wl-clipboard
# Podman
podman-desktop
podman-compose
]; ];
virtualisation.podman = {enable = true;};
# Enable sway
programs.sway = {
enable = true;
package = pkgs.swayfx;
};
# We need to use a fork of iptsd for the LiftTimeout option # We need to use a fork of iptsd for the LiftTimeout option
# https://github.com/linux-surface/iptsd/issues/166#issuecomment-2391567615 # https://github.com/linux-surface/iptsd/issues/166#issuecomment-2391567615
nixpkgs.overlays = let nixpkgs.overlays = let