Sif: WIP
This commit is contained in:
parent
ec8d2fd17d
commit
cf88840f0d
5 changed files with 690 additions and 8 deletions
|
|
@ -5,14 +5,15 @@
|
|||
}:
|
||||
{
|
||||
home.packages =
|
||||
(builtins.attrValues { inherit (pkgs) docker-compose; })
|
||||
++ lib.optionals config.programs.helix.enable (
|
||||
# (builtins.attrValues { inherit (pkgs) docker-compose; })
|
||||
# ++
|
||||
lib.optionals config.programs.helix.enable (
|
||||
builtins.attrValues { inherit (pkgs.nodePackages) dockerfile-language-server-nodejs; }
|
||||
);
|
||||
home.shellAliases = {
|
||||
"dkcd" = "docker-compose down";
|
||||
"dkc" = "docker-compose";
|
||||
"dkcu" = "docker-compose up";
|
||||
"dk" = "docker";
|
||||
};
|
||||
# home.shellAliases = {
|
||||
# "dkcd" = "docker-compose down";
|
||||
# "dkc" = "docker-compose";
|
||||
# "dkcu" = "docker-compose up";
|
||||
# "dk" = "docker";
|
||||
# };
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue