ranger: add rifle configuration

This commit is contained in:
Primrose 2025-02-19 21:58:38 +01:00
parent 95f9ff40af
commit eedd7b5d62
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA
2 changed files with 307 additions and 0 deletions

View file

@ -7,5 +7,6 @@
in {
xdg.configFile = lib.mkIf cfg.enable {
"ranger/rc.conf".source = ./rc.conf;
"ranger/rifle.conf".source = ./rifle.conf;
};
}