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