mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-04-05 00:47:03 +02:00
fix: nix-darwin with nixos-23.11
This commit is contained in:
@@ -1,6 +1,14 @@
|
||||
{pkgs, ...}: {
|
||||
# Linux Only Packages, not available on Darwin
|
||||
home.packages = with pkgs; [
|
||||
# Automatically trims your branches whose tracking remote refs are merged or gone
|
||||
# It's really useful when you work on a project for a long time.
|
||||
git-trim
|
||||
|
||||
# cloud tools that nix do not have cache for.
|
||||
terraform
|
||||
terraformer # generate terraform configs from existing cloud resources
|
||||
|
||||
nmon
|
||||
iotop
|
||||
iftop
|
||||
|
||||
Reference in New Issue
Block a user