Move cli tools to ops and add nixos-generate

This commit is contained in:
John Locke 2024-03-17 10:35:06 -07:00
parent 7601dea2cb
commit cd96a27ec3
4 changed files with 14 additions and 5 deletions

View file

@ -1,14 +1,11 @@
{pkgs, ...}: {
environment.systemPackages = with pkgs; [
awscli2
bitwarden-cli
ddev
jetbrains.phpstorm
mkcert
php81
polypane
vault
vscode
];