mirror of
https://github.com/sadan4/dotfiles.git
synced 2025-01-19 11:43:29 -05:00
18 lines
No EOL
397 B
Nix
18 lines
No EOL
397 B
Nix
{pkgs, ...}: {
|
|
home = {
|
|
packages = with pkgs; [
|
|
meson
|
|
cmake
|
|
clang
|
|
glib
|
|
glibc
|
|
llvmPackages_19.clang-tools
|
|
];
|
|
file = {
|
|
eslint_d_config = {
|
|
source = ../../../../dotfiles/eslintrc.json;
|
|
target = "./.config/.eslintrc.json";
|
|
};
|
|
};
|
|
};
|
|
} |