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

@@ -23,7 +23,6 @@
htop htop
microfetch microfetch
playerctl playerctl
ranger
ripgrep ripgrep
showmethekey showmethekey
silicon silicon

View File

@@ -8,6 +8,7 @@
./lazygit.nix ./lazygit.nix
./neovim.nix ./neovim.nix
./obsidian.nix ./obsidian.nix
./ranger.nix
./starship.nix ./starship.nix
./stylix.nix ./stylix.nix
./swaync ./swaync

View File

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