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": {
|
"locked": {
|
||||||
"lastModified": 1717316182,
|
"lastModified": 1717525419,
|
||||||
"narHash": "sha256-Xi0EpZcu39N0eW7apLjFfUOR9y80toyjYizez7J1wMI=",
|
"narHash": "sha256-5z2422pzWnPXHgq2ms8lcCfttM0dz+hg+x1pCcNkAws=",
|
||||||
"owner": "nix-community",
|
"owner": "nix-community",
|
||||||
"repo": "home-manager",
|
"repo": "home-manager",
|
||||||
"rev": "9b53a10f4c91892f5af87cf55d08fba59ca086af",
|
"rev": "a7117efb3725e6197dd95424136f79147aa35e5b",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
@ -42,11 +42,11 @@
|
||||||
},
|
},
|
||||||
"nixpkgs": {
|
"nixpkgs": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1716948383,
|
"lastModified": 1717602782,
|
||||||
"narHash": "sha256-SzDKxseEcHR5KzPXLwsemyTR/kaM9whxeiJohbL04rs=",
|
"narHash": "sha256-pL9jeus5QpX5R+9rsp3hhZ+uplVHscNJh8n8VpqscM0=",
|
||||||
"owner": "nixos",
|
"owner": "nixos",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "ad57eef4ef0659193044870c731987a6df5cf56b",
|
"rev": "e8057b67ebf307f01bdcc8fba94d94f75039d1f6",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
@ -58,11 +58,11 @@
|
||||||
},
|
},
|
||||||
"nur": {
|
"nur": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1717357486,
|
"lastModified": 1717821758,
|
||||||
"narHash": "sha256-7lRZjv5NJAJQsEv1x4k+TJSbWEJG27gi4XDzZbq+fvY=",
|
"narHash": "sha256-9iQreGkOPNBSMloULfv45dzAuaihK9ESR26bRs//tW0=",
|
||||||
"owner": "nix-community",
|
"owner": "nix-community",
|
||||||
"repo": "nur",
|
"repo": "nur",
|
||||||
"rev": "da0cb74fd7d4bf8744bc2cbc1e2ed02adc50ed69",
|
"rev": "f4f3dcd9f8be9eee489df9ec268e395cbbd215f3",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
4
home.nix
4
home.nix
|
@ -39,6 +39,7 @@
|
||||||
deno
|
deno
|
||||||
devenv
|
devenv
|
||||||
discord
|
discord
|
||||||
|
dua
|
||||||
fd
|
fd
|
||||||
ffmpeg
|
ffmpeg
|
||||||
fishPlugins.foreign-env
|
fishPlugins.foreign-env
|
||||||
|
@ -56,7 +57,6 @@
|
||||||
metals
|
metals
|
||||||
multimarkdown
|
multimarkdown
|
||||||
mypy
|
mypy
|
||||||
ncdu
|
|
||||||
neofetch
|
neofetch
|
||||||
neovim
|
neovim
|
||||||
niv
|
niv
|
||||||
|
@ -288,7 +288,7 @@
|
||||||
shellAliases = {
|
shellAliases = {
|
||||||
addsshmac = "ssh-add ~/.ssh/id_ed25519 --apple-use-keychain --apple-load-keychain";
|
addsshmac = "ssh-add ~/.ssh/id_ed25519 --apple-use-keychain --apple-load-keychain";
|
||||||
cat = "bat";
|
cat = "bat";
|
||||||
du = "ncdu --color dark -rr -x";
|
du = "dua i";
|
||||||
fzfp = "fzf --preview 'bat --style=numbers --color=always --line-range :500 {}'";
|
fzfp = "fzf --preview 'bat --style=numbers --color=always --line-range :500 {}'";
|
||||||
ping = "prettyping";
|
ping = "prettyping";
|
||||||
".." = "cd ..";
|
".." = "cd ..";
|
||||||
|
|
Loading…
Reference in a new issue