Minor updates

work
mat ess 2022-05-23 22:24:43 -04:00
parent 3c9ba7684b
commit 2013d5daf6
4 changed files with 19 additions and 16 deletions

View File

@ -62,6 +62,7 @@ in
"rectangle" "rectangle"
"signal" "signal"
"steam" "steam"
"transmission"
"twitch" "twitch"
"utm" "utm"
"zoom" "zoom"

View File

@ -39,11 +39,11 @@
}, },
"flake-utils": { "flake-utils": {
"locked": { "locked": {
"lastModified": 1649676176, "lastModified": 1652372896,
"narHash": "sha256-OWKJratjt2RW151VUlJPRALb7OU2S5s+f0vLj4o1bHM=", "narHash": "sha256-lURGussfF3mGrFPQT3zgW7+RC0pBhbHzco0C7I+ilow=",
"owner": "numtide", "owner": "numtide",
"repo": "flake-utils", "repo": "flake-utils",
"rev": "a4b154ebbdc88c8498a5c7b01589addc9e9cb678", "rev": "0d347c56f6f41de822a4f4c7ff5072f3382db121",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -59,11 +59,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1651886851, "lastModified": 1652452043,
"narHash": "sha256-kbXOJSf1uho0/7P54nZkJdJY3oAelIjyc6tfiRhaXJI=", "narHash": "sha256-nh3mdVB/Kk5ag1uRMAlKo8r+ssN3HNxwbLsqRG4xZkw=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "882bd8118bdbff3a6e53e5ced393932b351ce2f6", "rev": "273598f53e04f0111dca5724b37640e3907edaaf",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -74,11 +74,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1651948785, "lastModified": 1652442528,
"narHash": "sha256-3UoMx0cLnFJt4/2HpMGrlOqWUFJfuLMgKqi1ytL8GxM=", "narHash": "sha256-ctD9BdjN7e6cBipm8k9xt+vgwlRApkvuJLSNdaVrphE=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "ac4d124eeed195db518712120fbf2b384a254ca2", "rev": "79385ae0aacf7e02871cc8af0623123419dd7884",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -90,11 +90,11 @@
}, },
"nixpkgs-master": { "nixpkgs-master": {
"locked": { "locked": {
"lastModified": 1651974066, "lastModified": 1652492256,
"narHash": "sha256-cwqBq1jwqVHvg034IZsK5dgpnbwmgReaONJ1zeAZg6w=", "narHash": "sha256-B2JSmOilHHQe87sS8Ip2ki1LhJOrS2BlNjukhnH05m4=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "06f6e05c4e25ac4b626645b03cd2922f093275ee", "rev": "4e6f7cd4a862453abf2478561157abc84bbffd2b",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -106,11 +106,11 @@
}, },
"nixpkgs-unstable": { "nixpkgs-unstable": {
"locked": { "locked": {
"lastModified": 1651927509, "lastModified": 1652252629,
"narHash": "sha256-fGVGUdEsriuAL1vkUh29FlOQmEkPRnSfRGImWYaVjos=", "narHash": "sha256-SvT64apetqc8P5nYp1/fOZvUmHUPdPFUZbhSpKy+1aI=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "2fdb6f2e08e7989b03a2a1aa8538d99e3eeea881", "rev": "d2fc6856824cb87742177eefc8dd534bdb6c3439",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@ -78,7 +78,7 @@
exa # fancy version of `ls` exa # fancy version of `ls`
fd # fancy version of `find` fd # fancy version of `find`
htop # fancy version of `top` htop # fancy version of `top`
httpie # fancy version of `curl` # httpie # fancy version of `curl`
hyperfine # benchmarking tool hyperfine # benchmarking tool
mosh # wrapper for `ssh` that better at not dropping connections mosh # wrapper for `ssh` that better at not dropping connections
procs # fancy version of `ps` procs # fancy version of `ps`
@ -88,6 +88,7 @@
thefuck thefuck
unrar # extract RAR archives unrar # extract RAR archives
wget wget
xh # reimplementation of `httpie` in rust
xz # extract XZ archives xz # extract XZ archives
# Dev stuff # Dev stuff

View File

@ -135,6 +135,7 @@
drs = "darwin-rebuild switch --flake ${nixConfigDir}/"; drs = "darwin-rebuild switch --flake ${nixConfigDir}/";
drc = "codium ${nixConfigDir}"; drc = "codium ${nixConfigDir}";
drv = "vim ${nixConfigDir}"; drv = "vim ${nixConfigDir}";
cdr = "cd ${nixConfigDir}";
flakeup = "nix flake update ${nixConfigDir}/"; flakeup = "nix flake update ${nixConfigDir}/";
nb = "nix build"; nb = "nix build";
nd = "nix develop"; nd = "nix develop";