mirror of
https://github.com/eRgo35/nix-config.git
synced 2026-02-04 08:16:10 +01:00
BREAKING-CHANGE: changed nixpkgs to stable 24.11 + structure change + fmt
This commit is contained in:
12
home-manager/programs/yazi.nix
Normal file
12
home-manager/programs/yazi.nix
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
programs.yazi = {
|
||||
enable = true;
|
||||
settings = {
|
||||
manager = {
|
||||
sort_by = "alphabetical";
|
||||
show_hidden = true;
|
||||
show_symlink = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user