mirror of
https://github.com/Andrey0189/nixos-config-reborn.git
synced 2025-09-15 10:06:00 +03:00
no new line for bemoji
This commit is contained in:
27
home-manager/modules/ranger.nix
Normal file
27
home-manager/modules/ranger.nix
Normal file
@@ -0,0 +1,27 @@
|
||||
{
|
||||
programs.ranger = {
|
||||
enable = true;
|
||||
mappings = {
|
||||
e = "edit";
|
||||
};
|
||||
|
||||
settings = {
|
||||
default_linemode = "devicons2";
|
||||
};
|
||||
|
||||
plugins = [
|
||||
{
|
||||
name = "ranger-archives";
|
||||
src = builtins.fetchGit {
|
||||
url = "https://github.com/maximtrp/ranger-archives";
|
||||
};
|
||||
}
|
||||
{
|
||||
name = "ranger-devicons2";
|
||||
src = builtins.fetchGit {
|
||||
url = "https://github.com/cdump/ranger-devicons2";
|
||||
};
|
||||
}
|
||||
];
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user