blob: ea1b298f7c70a18445b665c71e8abdf45c0b8aa4 (
plain)
1
2
3
4
5
6
7
|
{ pkgs, ... }:
let
"ranger/rc.conf".text = builtins.readFile ./rc.conf;
"ranger/rifle.conf".text = builtins.readFile ./rifle.conf;
"ranger/scope.sh".text = builtins.readFile ./scope.sh;
"ranger/commands.py".source = ./commands.py;
"ranger/plugins".source = ./plugins;
|