Compare commits

..

2 commits

Author SHA1 Message Date
fb4e8e7aa3
nix: add yazi overlay
All checks were successful
flake check / check (push) Successful in 5m30s
fmt check / check (push) Successful in 53s
2024-01-17 14:41:08 -05:00
530a47c066
nushell: edit file alias 2024-01-17 14:40:55 -05:00
2 changed files with 5 additions and 2 deletions

View file

@ -8,7 +8,7 @@ alias l = eza -ughH --icons
alias la = eza -alughH --git --icons alias la = eza -alughH --git --icons
alias calc = eva alias calc = eva
alias c = clear alias c = clear
alias f = joshuto alias f = yazi
alias cat = bat alias cat = bat
alias rm = rm -i alias rm = rm -i
alias cp = cp -i alias cp = cp -i

View file

@ -5,7 +5,10 @@
... ...
}: { }: {
nixpkgs = { nixpkgs = {
overlays = [inputs.nur.overlay]; overlays = [
inputs.nur.overlay
inputs.yazi.overlays.default
];
config = { config = {
allowUnfree = true; allowUnfree = true;
permittedInsecurePackages = [ permittedInsecurePackages = [