add ranger
This commit is contained in:
parent
c1999695e0
commit
2d2138123a
8 changed files with 1561 additions and 0 deletions
21
user/ranger/default.nix
Normal file
21
user/ranger/default.nix
Normal file
|
@ -0,0 +1,21 @@
|
|||
{ config, pkgs, lib, inputs, ... }: {
|
||||
xdg.configFile = {
|
||||
"ranger/rc.conf".source = ./rc.conf;
|
||||
"ranger/rifle.conf".source = ./rifle.conf;
|
||||
"ranger/scope.sh".source = ./scope.sh;
|
||||
"ranger/colorschemes/mycolorscheme.py".source = ./colorscheme.py;
|
||||
"ranger/plugins/ranger_devicons".source = inputs.ranger-icons;
|
||||
};
|
||||
home.packages = with pkgs; [
|
||||
ranger
|
||||
xdg-utils
|
||||
wl-clipboard
|
||||
|
||||
highlight # syntax highlight
|
||||
poppler_utils # pdf preview
|
||||
ffmpeg # audio preview
|
||||
ffmpegthumbnailer # video preview
|
||||
fontforge # font preview
|
||||
imagemagick
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue