updates for modular format
This commit is contained in:
22
modules/darwin/nixpackages.nix
Normal file
22
modules/darwin/nixpackages.nix
Normal file
@@ -0,0 +1,22 @@
|
||||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
vim
|
||||
lens
|
||||
vscode
|
||||
spotify
|
||||
slack
|
||||
kubectl
|
||||
discord
|
||||
_1password-cli
|
||||
brave
|
||||
teleport
|
||||
tenv
|
||||
google-cloud-sdk
|
||||
awscli
|
||||
azure-cli
|
||||
go
|
||||
starship
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user