From 2013d5daf618fe1f4dfb2ccec50e02aa2eaa7461 Mon Sep 17 00:00:00 2001 From: mat ess Date: Mon, 23 May 2022 22:24:43 -0400 Subject: [PATCH] Minor updates --- darwin/homebrew.nix | 1 + flake.lock | 30 +++++++++++++++--------------- home/default.nix | 3 ++- home/shells.nix | 1 + 4 files changed, 19 insertions(+), 16 deletions(-) diff --git a/darwin/homebrew.nix b/darwin/homebrew.nix index 996ec7f..68dd793 100644 --- a/darwin/homebrew.nix +++ b/darwin/homebrew.nix @@ -62,6 +62,7 @@ in "rectangle" "signal" "steam" + "transmission" "twitch" "utm" "zoom" diff --git a/flake.lock b/flake.lock index 43b0777..1d9ea12 100644 --- a/flake.lock +++ b/flake.lock @@ -39,11 +39,11 @@ }, "flake-utils": { "locked": { - "lastModified": 1649676176, - "narHash": "sha256-OWKJratjt2RW151VUlJPRALb7OU2S5s+f0vLj4o1bHM=", + "lastModified": 1652372896, + "narHash": "sha256-lURGussfF3mGrFPQT3zgW7+RC0pBhbHzco0C7I+ilow=", "owner": "numtide", "repo": "flake-utils", - "rev": "a4b154ebbdc88c8498a5c7b01589addc9e9cb678", + "rev": "0d347c56f6f41de822a4f4c7ff5072f3382db121", "type": "github" }, "original": { @@ -59,11 +59,11 @@ ] }, "locked": { - "lastModified": 1651886851, - "narHash": "sha256-kbXOJSf1uho0/7P54nZkJdJY3oAelIjyc6tfiRhaXJI=", + "lastModified": 1652452043, + "narHash": "sha256-nh3mdVB/Kk5ag1uRMAlKo8r+ssN3HNxwbLsqRG4xZkw=", "owner": "nix-community", "repo": "home-manager", - "rev": "882bd8118bdbff3a6e53e5ced393932b351ce2f6", + "rev": "273598f53e04f0111dca5724b37640e3907edaaf", "type": "github" }, "original": { @@ -74,11 +74,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1651948785, - "narHash": "sha256-3UoMx0cLnFJt4/2HpMGrlOqWUFJfuLMgKqi1ytL8GxM=", + "lastModified": 1652442528, + "narHash": "sha256-ctD9BdjN7e6cBipm8k9xt+vgwlRApkvuJLSNdaVrphE=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "ac4d124eeed195db518712120fbf2b384a254ca2", + "rev": "79385ae0aacf7e02871cc8af0623123419dd7884", "type": "github" }, "original": { @@ -90,11 +90,11 @@ }, "nixpkgs-master": { "locked": { - "lastModified": 1651974066, - "narHash": "sha256-cwqBq1jwqVHvg034IZsK5dgpnbwmgReaONJ1zeAZg6w=", + "lastModified": 1652492256, + "narHash": "sha256-B2JSmOilHHQe87sS8Ip2ki1LhJOrS2BlNjukhnH05m4=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "06f6e05c4e25ac4b626645b03cd2922f093275ee", + "rev": "4e6f7cd4a862453abf2478561157abc84bbffd2b", "type": "github" }, "original": { @@ -106,11 +106,11 @@ }, "nixpkgs-unstable": { "locked": { - "lastModified": 1651927509, - "narHash": "sha256-fGVGUdEsriuAL1vkUh29FlOQmEkPRnSfRGImWYaVjos=", + "lastModified": 1652252629, + "narHash": "sha256-SvT64apetqc8P5nYp1/fOZvUmHUPdPFUZbhSpKy+1aI=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "2fdb6f2e08e7989b03a2a1aa8538d99e3eeea881", + "rev": "d2fc6856824cb87742177eefc8dd534bdb6c3439", "type": "github" }, "original": { diff --git a/home/default.nix b/home/default.nix index 714c93c..2b75a67 100644 --- a/home/default.nix +++ b/home/default.nix @@ -78,7 +78,7 @@ exa # fancy version of `ls` fd # fancy version of `find` htop # fancy version of `top` - httpie # fancy version of `curl` + # httpie # fancy version of `curl` hyperfine # benchmarking tool mosh # wrapper for `ssh` that better at not dropping connections procs # fancy version of `ps` @@ -88,6 +88,7 @@ thefuck unrar # extract RAR archives wget + xh # reimplementation of `httpie` in rust xz # extract XZ archives # Dev stuff diff --git a/home/shells.nix b/home/shells.nix index c2e7dd8..4d1121f 100644 --- a/home/shells.nix +++ b/home/shells.nix @@ -135,6 +135,7 @@ drs = "darwin-rebuild switch --flake ${nixConfigDir}/"; drc = "codium ${nixConfigDir}"; drv = "vim ${nixConfigDir}"; + cdr = "cd ${nixConfigDir}"; flakeup = "nix flake update ${nixConfigDir}/"; nb = "nix build"; nd = "nix develop";