diff --git a/modules/graphical.nix b/modules/graphical.nix index af973e6..cf4aac9 100644 --- a/modules/graphical.nix +++ b/modules/graphical.nix @@ -51,6 +51,8 @@ in programs.steam.enable = true; + virtualisation.docker = { enable = true; enableOnBoot = false; }; + hardware.pulseaudio.enable = legacy; services.pipewire = if legacy then { } else { enable = true;