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, ... }:
|
{ pkgs, ... }:
|
||||||
{
|
{
|
||||||
home.packages = [ pkgs.ffmpegthumbnailer ];
|
home.packages = [ pkgs.yazi pkgs.ffmpegthumbnailer ];
|
||||||
|
|
||||||
programs.yazi = {
|
# programs.yazi = {
|
||||||
enable = true;
|
# enable = true;
|
||||||
enableBashIntegration = true;
|
# enableBashIntegration = true;
|
||||||
enableZshIntegration = true;
|
# enableZshIntegration = true;
|
||||||
};
|
# };
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue