Compare commits
No commits in common. "fb4e8e7aa30a83a448248ef8da75da590a78c3a0" and "90185654607e622beaff7d6e283d5564247963d2" have entirely different histories.
fb4e8e7aa3
...
9018565460
2 changed files with 2 additions and 5 deletions
|
@ -8,7 +8,7 @@ alias l = eza -ughH --icons
|
|||
alias la = eza -alughH --git --icons
|
||||
alias calc = eva
|
||||
alias c = clear
|
||||
alias f = yazi
|
||||
alias f = joshuto
|
||||
alias cat = bat
|
||||
alias rm = rm -i
|
||||
alias cp = cp -i
|
||||
|
|
|
@ -5,10 +5,7 @@
|
|||
...
|
||||
}: {
|
||||
nixpkgs = {
|
||||
overlays = [
|
||||
inputs.nur.overlay
|
||||
inputs.yazi.overlays.default
|
||||
];
|
||||
overlays = [inputs.nur.overlay];
|
||||
config = {
|
||||
allowUnfree = true;
|
||||
permittedInsecurePackages = [
|
||||
|
|
Loading…
Reference in a new issue