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,
|
lib,
|
||||||
pkgs,
|
pkgs,
|
||||||
|
camasca,
|
||||||
...
|
...
|
||||||
}: {
|
}: let
|
||||||
|
inherit (pkgs.stdenv.hostPlatform) system;
|
||||||
|
in {
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
gtkterm
|
gtkterm
|
||||||
maven
|
maven
|
||||||
svn2git
|
svn2git
|
||||||
remmina
|
remmina
|
||||||
|
camasca.packages.${system}.openwebstart
|
||||||
];
|
];
|
||||||
|
|
||||||
i18n.defaultLocale = lib.mkForce "fr_FR.UTF-8";
|
i18n.defaultLocale = lib.mkForce "fr_FR.UTF-8";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue