update
This commit is contained in:
28
modules/home/stephen/default.nix
Normal file
28
modules/home/stephen/default.nix
Normal 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
|
||||
];
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user