📦 moving to brews for macOS
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
{ pkgs, ... }:
|
||||
{ ... }:
|
||||
{
|
||||
imports = [
|
||||
./homebrew.nix
|
||||
@ -12,8 +12,7 @@
|
||||
|
||||
# List packages installed in system profile. To search by name, run:
|
||||
# $ nix-env -qaP | grep wget
|
||||
# environment.systemPackages = with pkgs; [ emacs ];
|
||||
environment.systemPackages = with pkgs; [ emacs-macport ];
|
||||
# environment.systemPackages = with pkgs; [ emacs-macport ];
|
||||
|
||||
# Auto upgrade nix package and the daemon service.
|
||||
services.nix-daemon.enable = true;
|
||||
|
@ -8,10 +8,31 @@ _:
|
||||
"homebrew/cask-versions"
|
||||
"homebrew/services"
|
||||
"1password/tap"
|
||||
"fission-codes/fission"
|
||||
"d12frosted/emacs-plus"
|
||||
];
|
||||
|
||||
brews = [ "coreutils" "fontconfig" "ipfs" ];
|
||||
brews = [
|
||||
{
|
||||
name = "emacs-plus";
|
||||
args = [ "with-native-comp" ];
|
||||
}
|
||||
"awscli"
|
||||
"cmake"
|
||||
"coreutils"
|
||||
"drone-cli"
|
||||
"doppler"
|
||||
"fd"
|
||||
"fontconfig"
|
||||
"gcc"
|
||||
"gh"
|
||||
"helm"
|
||||
"ipfs"
|
||||
"kind"
|
||||
"kubernetes-cli"
|
||||
"mr"
|
||||
"ripgrep"
|
||||
"tea"
|
||||
];
|
||||
|
||||
casks = [
|
||||
"1password"
|
||||
@ -31,6 +52,7 @@ _:
|
||||
"font-jetbrains-mono"
|
||||
"font-jetbrains-mono-nerd-font"
|
||||
"google-chrome"
|
||||
"google-cloud-sdk"
|
||||
"gpg-suite"
|
||||
"hazel"
|
||||
"iterm2"
|
||||
|
@ -2,31 +2,6 @@
|
||||
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
# Cloud
|
||||
awscli2
|
||||
google-cloud-sdk
|
||||
doppler
|
||||
|
||||
# Git / CI
|
||||
drone-cli
|
||||
mr
|
||||
tea
|
||||
|
||||
# NodeJS
|
||||
bun
|
||||
nodejs
|
||||
pnpm
|
||||
|
||||
# Golang
|
||||
go
|
||||
|
||||
# k8s
|
||||
chart-testing
|
||||
k9s
|
||||
kind
|
||||
kubectl
|
||||
kubernetes-helm
|
||||
|
||||
# Nix
|
||||
cachix
|
||||
nixd
|
||||
|
Reference in New Issue
Block a user