flake update and replace ncdu with dua-cli
This commit is contained in:
parent
f141d7d804
commit
5cf0dc6f6b
2 changed files with 11 additions and 11 deletions
18
flake.lock
18
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": {
|
||||
|
|
4
home.nix
4
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 ..";
|
||||
|
|
Loading…
Reference in a new issue