small bugfix
This commit is contained in:
@ -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;
|
||||
})
|
||||
];
|
||||
};
|
||||
|
Reference in New Issue
Block a user