Better organized development configurations
This commit is contained in:
parent
f5ed37a7fb
commit
f93a17a74f
21 changed files with 70 additions and 52 deletions
1
hm_modules/development/cpp.nix
Normal file
1
hm_modules/development/cpp.nix
Normal file
|
|
@ -0,0 +1 @@
|
|||
{ pkgs, config, lib, ... }: { home.packages = with pkgs; lib.optionals config.programs.helix.enable [ clang-tools cmake-language-server ]; }
|
||||
Loading…
Add table
Add a link
Reference in a new issue