Yazi: use home.packages until module is ready
This commit is contained in:
parent
48487bb38d
commit
c89c6e9c4c
1 changed files with 6 additions and 7 deletions
|
|
@ -1,12 +1,11 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
home.packages = [ pkgs.ffmpegthumbnailer ];
|
||||
home.packages = [ pkgs.yazi pkgs.ffmpegthumbnailer ];
|
||||
|
||||
programs.yazi = {
|
||||
enable = true;
|
||||
enableBashIntegration = true;
|
||||
enableZshIntegration = true;
|
||||
};
|
||||
# programs.yazi = {
|
||||
# enable = true;
|
||||
# enableBashIntegration = true;
|
||||
# enableZshIntegration = true;
|
||||
# };
|
||||
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue