From eecae9ff6514d7cbe0ab135ade8fc2836c2aae14 Mon Sep 17 00:00:00 2001 From: uku Date: Tue, 5 Nov 2024 12:31:02 +0100 Subject: [PATCH] feat(mottarone): add openwebstart --- systems/mottarone/default.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/systems/mottarone/default.nix b/systems/mottarone/default.nix index f53dd44..76b83f8 100644 --- a/systems/mottarone/default.nix +++ b/systems/mottarone/default.nix @@ -1,13 +1,17 @@ { lib, pkgs, + camasca, ... -}: { +}: let + inherit (pkgs.stdenv.hostPlatform) system; +in { environment.systemPackages = with pkgs; [ gtkterm maven svn2git remmina + camasca.packages.${system}.openwebstart ]; i18n.defaultLocale = lib.mkForce "fr_FR.UTF-8";