Minor updates

main
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"
"signal"
"steam"
"transmission"
"twitch"
"utm"
"zoom"

View File

@ -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": {

View File

@ -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

View File

@ -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";