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:
@@ -23,7 +23,6 @@
|
|||||||
htop
|
htop
|
||||||
microfetch
|
microfetch
|
||||||
playerctl
|
playerctl
|
||||||
ranger
|
|
||||||
ripgrep
|
ripgrep
|
||||||
showmethekey
|
showmethekey
|
||||||
silicon
|
silicon
|
||||||
|
@@ -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
|
||||||
|
@@ -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";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
Reference in New Issue
Block a user