From 5cf0dc6f6bc628559c039500c0bf1ac98d89eda3 Mon Sep 17 00:00:00 2001 From: Salar Rahmanian Date: Fri, 7 Jun 2024 22:58:32 -0700 Subject: [PATCH] flake update and replace ncdu with dua-cli --- flake.lock | 18 +++++++++--------- home.nix | 4 ++-- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/flake.lock b/flake.lock index dc228d6..b0ea14e 100644 --- a/flake.lock +++ b/flake.lock @@ -7,11 +7,11 @@ ] }, "locked": { - "lastModified": 1717316182, - "narHash": "sha256-Xi0EpZcu39N0eW7apLjFfUOR9y80toyjYizez7J1wMI=", + "lastModified": 1717525419, + "narHash": "sha256-5z2422pzWnPXHgq2ms8lcCfttM0dz+hg+x1pCcNkAws=", "owner": "nix-community", "repo": "home-manager", - "rev": "9b53a10f4c91892f5af87cf55d08fba59ca086af", + "rev": "a7117efb3725e6197dd95424136f79147aa35e5b", "type": "github" }, "original": { @@ -42,11 +42,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1716948383, - "narHash": "sha256-SzDKxseEcHR5KzPXLwsemyTR/kaM9whxeiJohbL04rs=", + "lastModified": 1717602782, + "narHash": "sha256-pL9jeus5QpX5R+9rsp3hhZ+uplVHscNJh8n8VpqscM0=", "owner": "nixos", "repo": "nixpkgs", - "rev": "ad57eef4ef0659193044870c731987a6df5cf56b", + "rev": "e8057b67ebf307f01bdcc8fba94d94f75039d1f6", "type": "github" }, "original": { @@ -58,11 +58,11 @@ }, "nur": { "locked": { - "lastModified": 1717357486, - "narHash": "sha256-7lRZjv5NJAJQsEv1x4k+TJSbWEJG27gi4XDzZbq+fvY=", + "lastModified": 1717821758, + "narHash": "sha256-9iQreGkOPNBSMloULfv45dzAuaihK9ESR26bRs//tW0=", "owner": "nix-community", "repo": "nur", - "rev": "da0cb74fd7d4bf8744bc2cbc1e2ed02adc50ed69", + "rev": "f4f3dcd9f8be9eee489df9ec268e395cbbd215f3", "type": "github" }, "original": { diff --git a/home.nix b/home.nix index d673f5c..da76379 100644 --- a/home.nix +++ b/home.nix @@ -39,6 +39,7 @@ deno devenv discord + dua fd ffmpeg fishPlugins.foreign-env @@ -56,7 +57,6 @@ metals multimarkdown mypy - ncdu neofetch neovim niv @@ -288,7 +288,7 @@ shellAliases = { addsshmac = "ssh-add ~/.ssh/id_ed25519 --apple-use-keychain --apple-load-keychain"; cat = "bat"; - du = "ncdu --color dark -rr -x"; + du = "dua i"; fzfp = "fzf --preview 'bat --style=numbers --color=always --line-range :500 {}'"; ping = "prettyping"; ".." = "cd ..";