1

small bugfix

This commit is contained in:
2022-11-09 23:20:54 +01:00
parent e2ecda3dea
commit dbbe5d1394
2 changed files with 3 additions and 4 deletions

View File

@ -60,9 +60,8 @@ in {
in settings_str;
}
# TODO: Is cfg.preview double checked?
(optionalAttrs cfg.preview {
".config/ranger/scope.sh".source = mkIf cfg.preview ../../config/ranger/scope.sh;
".config/ranger/scope.sh".source = ../../config/ranger/scope.sh;
})
];
};