generated from andy/linux-nixos-hyprland-config-dotfiles
20 lines
224 B
Nix
20 lines
224 B
Nix
{ pkgs, ... }:
|
|
|
|
{
|
|
environment.systemPackages = with pkgs; [
|
|
mold
|
|
gcc
|
|
clang
|
|
lld
|
|
lldb
|
|
musl
|
|
jdk11
|
|
dioxus-cli
|
|
surrealdb
|
|
surrealdb-migrations
|
|
surrealist
|
|
trunk
|
|
sqlx-cli
|
|
];
|
|
}
|