dotfiles/nixos/modules/utils.nix
2025-01-16 23:26:43 +01:00

18 lines
No EOL
210 B
Nix

{ pkgs, ... }:
{
environment.systemPackages = with pkgs; [
mold
gcc
clang
lld
lldb
musl
jdk11
dioxus-cli
surrealdb
surrealdb-migrations
surrealist
trunk
];
}