feat(mottarone): add openwebstart
This commit is contained in:
parent
33915d7a78
commit
eecae9ff65
1 changed files with 5 additions and 1 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue