diff options
| author | Devin Finlinson <devin.finlinson@pm.me> | 2024-02-22 14:08:20 -0700 |
|---|---|---|
| committer | Devin Finlinson <devin.finlinson@pm.me> | 2024-02-22 14:08:20 -0700 |
| commit | 0e71af3316158271372d8bd6c272e5f34133fd18 (patch) | |
| tree | 188300751e56c166c6f19eeb86b7c3cf6402e89f /machines/khad | |
| parent | 943ba75aeb008b3f2babf124c02b69e3bed882ba (diff) | |
docker for desktop
Diffstat (limited to 'machines/khad')
| -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; |
