Merge pull request #527 from genebean/alacritty

Alacritty & Zellij
This commit is contained in:
Gene Liverman 2025-07-16 16:15:43 -04:00 committed by GitHub
commit c7e1017c0e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 0 deletions

View file

@ -47,6 +47,7 @@
"terraform-docs" "terraform-docs"
]; ];
casks = [ casks = [
"alacritty"
"boinc" "boinc"
"discord" "discord"
"elgato-stream-deck" "elgato-stream-deck"

View file

@ -7,6 +7,10 @@
goPath = "go"; goPath = "go";
}; };
k9s.enable = true; k9s.enable = true;
zellij = {
enable = true;
enableZshIntegration = true;
};
}; };
sops = { sops = {