mirror of
https://github.com/sadan4/dotfiles.git
synced 2025-06-13 07:53:03 -04:00
pray
This commit is contained in:
parent
59ee516926
commit
5a3af882ec
61 changed files with 705 additions and 562 deletions
18
common/users/homeModules/dev/cpp.nix
Normal file
18
common/users/homeModules/dev/cpp.nix
Normal file
|
@ -0,0 +1,18 @@
|
|||
{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";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue