nix: Improve garbage collection alias
This commit is contained in:
parent
448a9425cb
commit
6a6752a030
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@
|
||||||
yti = "ytdl_with_options -F";
|
yti = "ytdl_with_options -F";
|
||||||
upa = "nix flake update ~/.config/nixpkgs -v";
|
upa = "nix flake update ~/.config/nixpkgs -v";
|
||||||
upn = "$HOME/.config/nixpkgs/programs/nvim/update-plugins.sh";
|
upn = "$HOME/.config/nixpkgs/programs/nvim/update-plugins.sh";
|
||||||
ucl = "nix-collect-garbage -d && nix-store --gc";
|
ucl = "nix-collect-garbage -d && sudo nix-collect-garbage -d";
|
||||||
};
|
};
|
||||||
|
|
||||||
functions = {
|
functions = {
|
||||||
|
|
Loading…
Reference in a new issue