Add podman
This commit is contained in:
parent
f7fba8ffc8
commit
006eb27fa7
1 changed files with 11 additions and 0 deletions
|
@ -159,8 +159,19 @@
|
|||
iptsd
|
||||
surface-control
|
||||
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
|
||||
# https://github.com/linux-surface/iptsd/issues/166#issuecomment-2391567615
|
||||
nixpkgs.overlays = let
|
||||
|
|
Loading…
Add table
Reference in a new issue