Merge branch 'master' of ssh://git.nx2.site:20022/nx2/dotfiles

This commit is contained in:
Lennart J. Kurzweg (Nx2)
2024-06-29 21:59:40 +02:00
8 changed files with 111 additions and 71 deletions

View File

@@ -1,7 +1,10 @@
{ pkgs, ... }:
{ pkgs, pkgs-unstable, lib, host, ... }:
lib.mkIf (host != "NxACE")
{
home.packages = with pkgs; [
gleam
erlang
];
rebar3
] ++ (with pkgs-unstable; [
gleam
]);
}