diff options
| -rw-r--r-- | machines/khad/configuration.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/machines/khad/configuration.nix b/machines/khad/configuration.nix index 1f9c187..b807f0c 100644 --- a/machines/khad/configuration.nix +++ b/machines/khad/configuration.nix @@ -98,6 +98,10 @@ jack.enable = true; }; + environment.systemPackages = with pkgs; [ + docker + ]; + # Enable touchpad support (enabled default in most desktopManager). # services.xserver.libinput.enable = true; |
