Update zsh for firefox and enable lanzaboote on EDI

This commit is contained in:
Lillian Violet 2024-08-29 13:58:18 +02:00
parent d1fc8d1b86
commit 469bd2b40a
2 changed files with 14 additions and 5 deletions

View file

@ -34,6 +34,15 @@
sha256 = "sha256-Z6EYQdasvpl1P78poj9efnnLj7QQg13Me8x1Ryyw+dM=";
};
}
{
name = "terraform";
src = pkgs.fetchFromGitHub {
owner = "macunha1";
repo = "zsh-terraform";
rev = "fd1471d3757f8ed13f56c4426f88616111de2a87";
sha256 = "0z6i9wjjklb4lvr7zjhbphibsyx51psv50gm07mbb0kj9058j6kc";
};
}
];
autosuggestion.enable = true;
enableCompletion = true;