Spring cleanup
This commit is contained in:
parent
880f2e5c41
commit
34ef088709
8 changed files with 46 additions and 52 deletions
|
|
@ -8,7 +8,10 @@
|
|||
# (builtins.attrValues { inherit (pkgs) docker-compose; })
|
||||
# ++
|
||||
lib.optionals config.programs.helix.enable (
|
||||
builtins.attrValues { inherit (pkgs.nodePackages) dockerfile-language-server-nodejs; }
|
||||
builtins.attrValues {
|
||||
inherit (pkgs.nodePackages) dockerfile-language-server-nodejs;
|
||||
inherit (pkgs) docker-compose-language-service;
|
||||
}
|
||||
);
|
||||
# home.shellAliases = {
|
||||
# "dkcd" = "docker-compose down";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue