1
0
mirror of https://github.com/Andrey0189/nixos-config-reborn.git synced 2025-09-15 10:06:00 +03:00

ranger configuration

This commit is contained in:
andrey_varnavskiy
2024-12-17 19:49:34 +05:00
parent 16a382a388
commit 3f55989a84
3 changed files with 5 additions and 1 deletions

View File

@@ -14,12 +14,16 @@
name = "ranger-archives";
src = builtins.fetchGit {
url = "https://github.com/maximtrp/ranger-archives";
ref = "master";
rev = "b4e136b24fdca7670e0c6105fb496e5df356ef25";
};
}
{
name = "ranger-devicons2";
src = builtins.fetchGit {
url = "https://github.com/cdump/ranger-devicons2";
ref = "master";
rev = "94bdcc19218681debb252475fd9d11cfd274d9b1";
};
}
];