Compare commits

..

2 Commits

Author SHA1 Message Date
mandlm 8aee01984b
feat(shell): add dust (du clone) 2024-09-16 09:11:39 +02:00
mandlm 5af363e99b
chore: nix flake update 2024-09-16 09:11:15 +02:00
2 changed files with 6 additions and 5 deletions

View File

@ -2,12 +2,12 @@
"nodes": {
"nixpkgs": {
"locked": {
"lastModified": 1720418205,
"narHash": "sha256-cPJoFPXU44GlhWg4pUk9oUPqurPlCFZ11ZQPk21GTPU=",
"rev": "655a58a72a6601292512670343087c2d75d859c1",
"revCount": 650378,
"lastModified": 1726243404,
"narHash": "sha256-sjiGsMh+1cWXb53Tecsm4skyFNag33GPbVgCdfj3n9I=",
"rev": "345c263f2f53a3710abe117f28a5cb86d0ba4059",
"revCount": 680873,
"type": "tarball",
"url": "https://api.flakehub.com/f/pinned/NixOS/nixpkgs/0.1.650378%2Brev-655a58a72a6601292512670343087c2d75d859c1/019095fe-96b2-7a7c-ad7c-2131b3fb6fa7/source.tar.gz"
"url": "https://api.flakehub.com/f/pinned/NixOS/nixpkgs/0.1.680873%2Brev-345c263f2f53a3710abe117f28a5cb86d0ba4059/0191f5a6-96d9-7084-9d42-681ab1e5c976/source.tar.gz"
},
"original": {
"type": "tarball",

View File

@ -2,6 +2,7 @@
{
home.packages = with pkgs; [
difftastic
dust
htop
jq
unzip