diff --git a/machines/wsl/configuration.nix b/machines/wsl/configuration.nix index edad1ed..5ca8a24 100644 --- a/machines/wsl/configuration.nix +++ b/machines/wsl/configuration.nix @@ -25,4 +25,6 @@ startMenuLaunchers = true; }; security.sudo.enable = true; + + environment.systemPackages = with pkgs; [ syncthing ]; }