This commit is contained in:
2025-03-13 22:05:42 -04:00
parent 1f9bd7efb9
commit 5f63bea667
17 changed files with 644 additions and 264 deletions

View File

@@ -0,0 +1,28 @@
{ config, pkgs, lib, ... }:
{
imports = [
./terminal/default.nix
];
home = {
packages = with pkgs; [
_1password-cli
awscli2
azure-cli
brave
discord
go
google-cloud-sdk
kubectl
krew
lens
ollama
slack
spotify
teleport
tenv
vim
vscode
];
};
}