Switch to unstable
This commit is contained in:
parent
d23beebddf
commit
683972662b
16 changed files with 93 additions and 117 deletions
|
|
@ -17,7 +17,7 @@ in
|
|||
|
||||
programs.yazi = {
|
||||
enable = true;
|
||||
package = pkgs.unstable.yazi;
|
||||
package = pkgs.yazi;
|
||||
enableZshIntegration = true;
|
||||
settings = {
|
||||
manager = {
|
||||
|
|
@ -73,7 +73,7 @@ in
|
|||
};
|
||||
|
||||
home = {
|
||||
packages = with pkgs.unstable; [
|
||||
packages = with pkgs; [
|
||||
ffmpegthumbnailer
|
||||
unar
|
||||
poppler
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue